FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

byteshijinn/SHA1PRNG: compatible with sun.security.provider.SecureRandom using custom seed · GitHub

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

SHA1PRNG

It's not a complete implemention. It's just work for my project that SHA1PRNG using a custom seed.

example

var SHA1PRNG = require('sha1prng');
var result = SHA1PRNG('1234567887654321').toString('hex');
console.log(result);

About

compatible with sun.security.provider.SecureRandom using custom seed

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL