this post was submitted on 17 Dec 2024
2 points (75.0% liked)

Cryptography

460 readers
7 users here now

cryptography (noun). The discipline concerned with communication security (eg, confidentiality of messages, integrity of messages, sender authentication, non-repudiation of messages, and many other related issues), regardless of the used medium such as pencil and paper or computers.

This community is for links about and discussion of cryptography specifically. For privacy technology more generally, use !privacy.

This community is explicitly not about cryptocurrency; see !crypto for that.

founded 3 years ago
MODERATORS
 

MEGARAND Extreme Overkill Random Seed Generator

https://codeberg.org/OCTADE/megarand

MEGARAND employs extreme overkill in the genration of a very large entropy pool. The output is extremely random as a result of several hashing, timestamping, shuffling, encrypting, and truncation techniques. MEGARAND is useful for generating large seed bases for key and passphrase material or for feeding to cryptographically secure PRNG software if high-speed outputs are required.

@[email protected] @[email protected]

#Cryptography #Cryptology #Encryption #Random #Entropy

top 1 comments
sorted by: hot top controversial new old
[–] solrize 1 points 18 hours ago

This sounds kind of bogus and there has already been some work on this topic. See for example the entropy distillation phase of Fortuna:

https://en.wikipedia.org/wiki/Fortuna_(PRNG)