tor-hashpassword
v0.1.0
Published
hash the control port password
Downloads
2
Maintainers
Readme
tor-hashpassword
Hash the control port password.
usage
import hashPassword from 'tor-hashpassword'
hashPassword(`secret`)
.then(console.log)
.catch(console.error)