Skip to content

v2.1.0

Choose a tag to compare

@notamitgamer notamitgamer released this 30 Jan 07:07
· 13 commits to main since this release
5daaba6

Mojic v2.1.0: Operation Ironclad

This release introduces a major security overhaul to the core CipherEngine.

  • Military-Grade PRNG: Replaced Xoshiro256 with AES-256-CTR for a cryptographically secure keystream.

  • GPU Resistance: Upgraded key derivation from PBKDF2 to Scrypt (memory-hard) to prevent brute-force attacks.

  • XOR Whitening: Added a whitening layer to raw data, ensuring repetitive patterns (like indentation or variable names) never produce identical emoji sequences.

Note: This is a breaking change. Files encrypted with v1.x cannot be decrypted by v2.x.