3
0
mirror of http://git.frickel.earth/Tysox/BOS-Pinneberg.git synced 2025-05-21 15:54:31 +02:00

9 lines
131 B
PHP

<?php
/**
* Created by PhpStorm.
* User: tom
* Date: 03.10.16
* Time: 16:54
*/
$pass = hash('sha512', 'ddos1234');
echo $pass;