R1 Public Release (March 2024)
About Release
This is the first public version of Crypto Library for Unity.
Tested on Unity 2019 (Recommended).
Hashing Modules
- SHA1 / SHA256 / SHA512 (Recommended);
- PBKDF2 (Recommended);
- MD5;
- xxHash;
- RIPEMD-160;
- CRC32;
Crypto Modules
- AES (Recommended);
- Triple DES (Recommended);
- BlowFish (Recommended);
- Twofish (Recommended);
- RSA (Recommended for Web);
- DES;
- Base64;
- XOR (Only strings support, no byte array);