[ create a new paste ] login | about

Link: http://codepad.org/6qSLu4of    [ raw code | output | fork ]

balajimca - PHP, pasted on Apr 26:
1
2
3
4
<?php
$str = "123456";
echo sha1($str);
?>


Output:
1
7c4a8d09ca3762af61e59520943dc26494f8941b


Create a new paste based on this one


Comments: