Sha256: 8125e4c5b53c87de231168dde8b48493c767685c6508753ec5cec5d303fc549c
Contents?: true
Size: 176 Bytes
Versions: 4
Compression:
Stored size: 176 Bytes
Contents
<?php include("../php5/pasta.php"); $hash = pasta::hash_password("hello123"); assert(pasta::verify_password($hash, "hello123")); echo "\033[1;32mPHP test passed.\033[m"; ?>
Version data entries
4 entries across 4 versions & 1 rubygems