This commit is contained in:
S170H
2023-12-17 22:17:05 +01:00
parent 67a26f6684
commit 99d78584ec
120 changed files with 9988 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
<?php
$passwort = 'passwort';
$sql_pass = sha1($passwort);
echo $sql_pass;