mirror of
				http://git.frickel.earth/Tysox/BOS-Pinneberg.git
				synced 2025-10-31 20:22:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			136 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			136 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /**
 | |
|  * Created by PhpStorm.
 | |
|  * User: tom
 | |
|  * Date: 03.10.16
 | |
|  * Time: 16:54
 | |
|  */
 | |
| $pass = hash('sha512', 'Semikolon1!eZ');
 | |
| echo $pass; |