This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
emma
/
pikachu
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
5f6b7a6121
Rami (Branch)
Tag
master
pikachu
/
backend.php
backend.php
101 B
Cronologia
Originale
1
2
3
4
5
6
7
8
<?php
// the backend
$string = "hello";
$hash = hash("sha256",$string,false);
echo $hash;
?>