3
0
mirror of http://git.frickel.earth/Tysox/BOS-Pinneberg.git synced 2025-05-21 18:14:29 +02:00
BOS-Pinneberg_m/admin/scripts/SecretHasherBecauseImToLazyToMakeAUserCreationInTheACP.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;