Skip to content

Use Secure RNG to gather entropy #83

Description

@desyncr

Currently on Android (and other platforms as well, TBC) the following message is shown at start up:

I/System.out: Not enough entropy available.
    Trying to gather entropy (randomness) by reading the disk...
    You should consider installing a better random number generator e.g. haveged.

Describe the solution you'd like
A Secure RNG should be used to generate entropy. On Android: https://developer.android.com/reference/java/security/SecureRandom

Additional context
By gathering entropy from the disk the startup can take various minutes depending on the Device.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions