Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seeding SecureRandom #1

Open
polterguy opened this issue Feb 15, 2022 · 0 comments
Open

Seeding SecureRandom #1

polterguy opened this issue Feb 15, 2022 · 0 comments

Comments

@polterguy
Copy link

I'm using the default SecureRandom implementation and I'm seeding it using its instance Seed method. Is this secure? As in, will my seed be applied also for future instances of the type? My reasons for asking is because the Seed method is an instance method, while I would expect something modifying the state of the type as a whole being static ...?

Can I expect my seed on an instance of SecureRandom to also seed future instances I create ...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant