did you lose your dice again? here, take this: heckadecimal.com
I actually have a project I'm working on that uses ai, but
I actually have a project I'm working on that uses ai, but
could be fun to try writing the compression yourself, if ur into that sorta thing I suppose, or perhaps something like crates.io/crates/brotli lol which I haven't used before but I know it's pure rust (no std lib) so cross compilation should be easier
could be fun to try writing the compression yourself, if ur into that sorta thing I suppose, or perhaps something like crates.io/crates/brotli lol which I haven't used before but I know it's pure rust (no std lib) so cross compilation should be easier
no custom compression, mostly just xChaCha20Poly1305 to encrypt the data itself, and argon2 for key-derivation + hashing, at least for now
I hasn't considered adding compression too but that could be a pretty useful feature!
no custom compression, mostly just xChaCha20Poly1305 to encrypt the data itself, and argon2 for key-derivation + hashing, at least for now
I hasn't considered adding compression too but that could be a pretty useful feature!
also planning to add a 'one-time-pad' mode, which is theoretically speaking the most secure classical encryption one could possibly have
also planning to add a 'one-time-pad' mode, which is theoretically speaking the most secure classical encryption one could possibly have