-
Notifications
You must be signed in to change notification settings - Fork 224
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
request: java jre/jdk specific version #35
Comments
I was able to hack up the code a bit to make it work on jre/jdk, however it needs some additional checks for windows based operating systems or anything that does not have a /dev/urandom. I'm not sure what effect it has by disabling the method "installLinuxPRNGSecureRandom" in terms of crypto stength |
Thanks! That installLinuxPRNG function will have no effect on anything but
certain Android versions. Did you create a pure Java branch by chance?
thanks,
isaac
…On Tue, Jan 31, 2017 at 7:15 AM, spyhunter99 ***@***.***> wrote:
I was able to hack up the code a bit to make it work on jre/jdk, however
it needs some additional checks for windows based operating systems or
anything that does not have a /dev/urandom. I'm not sure what effect it has
by disabling the method "installLinuxPRNGSecureRandom" in terms of crypto
stength
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAieUw5W3Osfge1uaCs2Lr5f9ot77S5Jks5rX0_9gaJpZM4Lyvd3>
.
|
I can do that perhaps later tonight. The change set is pretty small |
…considered secure or not, use at your own risk.
PR opened |
Thanks for the PR. We'll get to reviewing things soon as we can 👍 |
# Conflicts: # aes-crypto-sample-app/.gitignore
Would it be possible to get a java specific version of this?
Also it would be worth testing something encrypted on jre could be decrypted from adk and vs versa
The text was updated successfully, but these errors were encountered: