mirror of
http://git.frickel.earth/Tysox/BOS-Pinneberg.git
synced 2025-05-21 02:04:30 +02: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; |