• If you are referring to MEGARAND, no. There is no need for that since all of that has already been done over the years for the underlying primitives:

    /dev/urandom … b2sum … shuf … chacha20 …

    These primitives have been run through the gauntlet for years and are known to produce or use very good entropy. Chacha20 is especially prized for this and taking already random data and running it through the chacha20 cipher with random keys and/or salts is a very nice hedge against patterns and biases. Megarand stretches these primitive outputs to build a much larger pool for wherever you might want a big initial pool for pads, tokens, seeds, whatever.

    If you’re paranoid you can run dieharder tests on the output, but it would just be placebo at this point.

  • The only bogus thing here is your baseless insinuation and false comparison.

    You are insinuating that MEGARAND is built upon Fortuna or a copycat thereof. That insinuation is false. By calling my work, ‘bogus’ you are casting a baseless barb, or a slander against my work.

    You are attempting to dissuade readers from examining the work by labeling it with a negative label. And you are also attempting to promote Fortuna instead, when Fortuna has nothing to do with my work. Anyone taking your false comment at face value would be dissuaded from reading my work.

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.

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

#Cryptography #Cryptology #Encryption #Random #Entropy

Cryptologue Arcade - Crypto Darkpaper - Crypto Color Prints - Simplementation Scheme : A Color-Coded Method For Indexing Research and Documentation

https://doi.org/10.5281/zenodo.13149715

Crypto Color Prints are a memorable and data-dense documentation paradigm with a color-coded, structural scheme. The scheme forms a simple framework for publishing and improving primitives and protocols with a focus on both cooperation and implementation.

@cryptography@lemmy.ml @crypto@infosec.pub

#Cryptography #Documentation #Schemes #Information #Papers #Preprints #Zenodo #octade

Hexlish Alphabet for English, Constructed Languages and Cryptography: Automatic, Structural Compression with a Phonetic Hexadecimal Alphabet

DOI : https://doi.org/10.5281/zenodo.13139469

Hexlish is a legible, sixteen-letter alphabet for writing the English language and for encoding text as legible base 16 or compressed binary. Texts composed using the alphabet are automatically compressed by exactly fifty percent when converted from Hexlish characters into binary characters. Although technically lossy, this syntactic compression enables recovery of the correct English letters via syntactic reconstruction. The implementer can predict the size of the compressed binary file and the size of the text that will result from decompression. Generally it is intuitive to recognize English alphabet analogues to Hexlish words. This makes Hexlish a legible alternative to the standard hexadecimal alphabet.

@cryptography@lemmy.ml @crypto@infosec.pub

#Hexlish #Conlang #Alphabets #Encoding #Cryptography #Ciphers #Crypto