Is it secure to use the same SecureRandom for generation of differen
KeyPairs?
I'm using ECIES cryptography to send messages over the internet. For this
method, a random key is generated for every message. The encryption key
depends on this random key. Is it secure to use the same, not reseeded
SecureRandom for the generation of multiple keys?
No comments:
Post a Comment