M5 A1 6)
This commit is contained in:
7
M5/beispiele/passwort.php
Normal file
7
M5/beispiele/passwort.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$passwort = 'passwort';
|
||||
|
||||
$sql_pass = sha1($passwort);
|
||||
|
||||
echo $sql_pass;
|
||||
Reference in New Issue
Block a user