Your IP : 216.73.216.79


Current Path : /var/www/html/mygovernment/node_modules/crypto-browserify/example/
Upload File :
Current File : /var/www/html/mygovernment/node_modules/crypto-browserify/example/index.html

<!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>