https://github.com/sergeysova/keygen.js
Simple hash-based generator
https://github.com/sergeysova/keygen.js
Last synced: about 1 year ago
JSON representation
Simple hash-based generator
- Host: GitHub
- URL: https://github.com/sergeysova/keygen.js
- Owner: sergeysova
- Created: 2016-06-01T16:38:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T16:46:08.000Z (about 10 years ago)
- Last Synced: 2025-06-10T17:02:03.650Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/keygen.js
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Keygen.js
Usage:
```js
var keygen = require('keygen');
console.log(keygen('privatekey'));
console.log(keygen('random').join(''))
```
```
[ '7e8c11b0',
'b028f783',
'a07d19d0',
'a1951e98',
'a13bcfa0',
'3c0e7937' ]
'34c86c319ce948f1806c0fb1dd49b97385a2edf3b7a2faac'
```