squeeze a few more bits of randomness into /dev/random
Change-Id: Ida30c33985411f353c828b43ea26ca1b7e6502af
This commit is contained in:
@@ -139,6 +139,7 @@ public class EntropyService extends Binder {
|
||||
out.println(SystemProperties.get("ro.bootloader"));
|
||||
out.println(SystemProperties.get("ro.hardware"));
|
||||
out.println(SystemProperties.get("ro.revision"));
|
||||
out.println(new Object().hashCode());
|
||||
out.println(System.currentTimeMillis());
|
||||
out.println(System.nanoTime());
|
||||
} catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user