Your IP : 216.73.216.79


Current Path : /var/www/html/drsa/node_modules/crypto-browserify/example/
Upload File :
Current File : /var/www/html/drsa/node_modules/crypto-browserify/example/test.js

var crypto = require('crypto')
var abc = crypto.createHash('sha1').update('abc').digest('hex')
console.log(abc)
// require('hello').inlineCall().call2()