Update Random seed updater task #12

Closed
opened 2023-01-15 01:09:15 +01:00 by bea · 1 comment
Owner

We switched to SecureRandom, which doesn't rely on the system time value for the seed, but it takes data from the OS itself. Our seed updater task uses the clock, so we should make it reflect the changes we made.

We switched to SecureRandom, which doesn't rely on the system time value for the seed, but it takes data from the OS itself. Our seed updater task uses the clock, so we should make it reflect the changes we made.
Author
Owner

Fixed. Now, the seed is only updated periodically if the Random.org integration is enabled. Otherwise, we rely on SecureRandom by letting it self-seed.

Fixed. Now, the seed is only updated periodically if the Random.org integration is enabled. Otherwise, we rely on SecureRandom by letting it self-seed.
bea closed this issue 2023-01-15 23:07:58 +01:00
bea added the
enhancement
label 2023-01-15 23:08:18 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bea/HidekoBot#12
No description provided.