this post was submitted on 17 Dec 2024
0 points (NaN% liked)

infostorm group

0 readers
1 users here now

I'm a group about infostorm. Follow me to get all the group posts. Tag me to share with the group. Create other groups by searching for or tagging @yourGroupName@a.gup.pe

founded 7 months ago
 

KSRNG - Key Strike Random Generator (version 0.0.1)

https://codeberg.org/OCTADE/keystrike

KEYSTRIKE generates very, very random seeds that are truly random.

KEYSTRIKE uses /dev/urandom and several TRNG mixing techniques:

keystroke timestamps, doubling and shuffling, modulus and size
truncating.

The final output is a whitened, true random and pseudo-random mix.

@cryptography@lemmy.ml @infostorm@a.gup.pe

#Cryptography #Cryptology #Encryption #Random #Entropy

top 1 comments
sorted by: hot top controversial new old
[–] Chip_Unicorn@im-in.space 0 points 7 months ago

@octade Hi Raze --

Have you tried generating millions of your random numbers, then subjecting them to randomness tests? Which tests did you use?