« Previous | Next » 

Revision 7dd216d2

ID7dd216d212273a84dd3a46dca23411b4e46d8af6
Parent 53a10aa4
Child ee38ff3e

Added by pd0x almost 4 years ago

Apply Google CSRNG fixes.

The cryptographically secure random number generator exposed to Android
through the Java Cryptography Architecture is not properly initialized
on some older unpatched versions of Android. Google provides
a PRNGFixes.java class to force secure seeding of the CSRNG on all
platform versions. This comment adds the PRNGFixes class & and a call to
invoke the fixes from the FDroidApp class.

More detail is available from the Google Android Developers blogpost on
the subject:
http://android-developers.blogspot.ca/2013/08/some-securerandom-thoughts.html

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences