Dustin
Dustin
For my version of TripleSec, I took your XSalsa20-Poly1305 method and stripped out the Poly1305 because for that encryption scheme the Poly1305 wasn't part of the spec, and your implementation...
The discussion on the official repository I think flushes out the idea well enough to get the point across. If you use the AD input, it produces a different result...
See https://github.com/P-H-C/phc-winner-argon2/issues/143 regarding encoded strings, the Associated Data and KeyID fields are not produced during the encoded string output, and are not parsed during input, so you are forced to...
The author has indicated in the past that likely a mobile version of CryptoCat won't be developed (plenty of already well-developed apps in the market, such as Signal), and this...
Is it possible that you're using settings that are just aggressively consuming memory? If I'm remembering correctly from the standard (C++ implementation) that Parallelism/Lanes uses the Memory Size **TIMES** Lanes,...
Blake3 is specifically designed for speed for MAC hashes, not for password use. The designers explicitly say to use Argon2 for password hashing, so I'm just wondering if you mean...
I would argue that the library should be able to deduce what version was used to encode a string and be able to validate any version. But should only produce...