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

Make SecureRandom securely random #141

Closed
wants to merge 1 commit into from
Closed

Conversation

kategray
Copy link

@kategray kategray commented Jan 25, 2019

Updated implementation to use java's SecureRandom implementation. The current PRNG will return the same value on every run, which breaks unit tests that test for randomness, and makes it unsuitable for virtualization of applets in non-test environments.

Fix for #139

@kategray
Copy link
Author

Due to the lack of development on JCardSim, I'm switching to ph4r05/jcardsim.

As his PR solves the same problem as my pull request, in a configurable way, I'm going to go ahead and close my pull request.

@kategray kategray closed this Jan 11, 2022
@kategray kategray deleted the rngfix branch January 11, 2022 20:10
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

Successfully merging this pull request may close these issues.

1 participant