Skip to content

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

Notifications You must be signed in to change notification settings

byteshijinn/SHA1PRNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published