can I pass my own custom seed for encryption?
KadamMangesh opened this issue · 1 comments
KadamMangesh commented
can I pass my own custom seed for encryption?
SyntaxPolice commented
Not sure what you mean about seeding for encryption. Key generation? Seeding the RNG?
There is no built in functionality to seed SecureRandom with your own value, but look at the PRNG fix and related functions like generate seed.
You can modify these functions accordingly. If you have your own source of random number generation, about half the code in the library is unnecessary.