Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.134.253.166
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
create-hash /
Delete
Unzip
Name
Size
Permission
Date
Action
.travis.yml
247
B
-rw-r--r--
1985-10-26 08:15
LICENSE
1.07
KB
-rw-r--r--
1985-10-26 08:15
README.md
688
B
-rw-r--r--
1985-10-26 08:15
browser.js
625
B
-rw-r--r--
1985-10-26 08:15
index.js
46
B
-rw-r--r--
1985-10-26 08:15
md5.js
111
B
-rw-r--r--
1985-10-26 08:15
package.json
1.8
KB
-rw-r--r--
2021-02-04 21:24
test.js
1.43
KB
-rw-r--r--
1985-10-26 08:15
Save
Rename
# create-hash [](https://travis-ci.org/crypto-browserify/createHash) Node style hashes for use in the browser, with native hash functions in node. API is the same as hashes in node: ```js var createHash = require('create-hash') var hash = createHash('sha224') hash.update('synchronous write') // optional encoding parameter hash.digest() // synchronously get result with optional encoding parameter hash.write('write to it as a stream') hash.end() // remember it's a stream hash.read() // only if you ended it as a stream though ``` To get the JavaScript version even in node do `require('create-hash/browser')`