This commit is contained in:
@@ -149,7 +149,7 @@ public final class Utility {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
random = new SecureRandom();
|
random = new SecureRandom();
|
||||||
}
|
}
|
||||||
byte[] bs = new byte[32];
|
byte[] bs = new byte[16];
|
||||||
random.nextBytes(bs);
|
random.nextBytes(bs);
|
||||||
random.setSeed(bs);
|
random.setSeed(bs);
|
||||||
return random;
|
return random;
|
||||||
|
|||||||
Reference in New Issue
Block a user