/
var
/
www
/
flurhymez
/
node_modules
/
crypto-browserify
/
example
/
/var/www/flurhymez/node_modules/crypto-browserify/example
mkdir
upload
Name
Size
Mode
Actions
bundle.js
17428
0644
edit
dl
rm
index.html
317
0644
edit
dl
rm
test.js
153
0644
edit
dl
rm
Edit:
/var/www/flurhymez/node_modules/crypto-browserify/example/index.html
(317B)
<!doctype html> <html> <script src=bundle.js></script> <body> <pre> require('crypto').createHash('sha1').update('abc').digest('hex') == '<span id=ans></span>' </pre> </body> <script> document.getElementById('ans').innerHTML = require('crypto').createHash('sha1').update('abc').digest('hex') </script> </html>
Save
cmd:
run