-
-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: DevsDaddy/UnityCrypto
Releases · DevsDaddy/UnityCrypto
R2 Public Release (May 2024)
@DevsDaddy
DevsDaddy
e39f585
This commit was created on GitHub.com and signed with GitHub’s verified signature.
About Release
Switched to Unity 2021+ minimal version and added UPM Support.
Installation with Unity Package Manager:
https://github.com/DevsDaddy/UnityCrypto.git?path=/DevsDaddy/Shared/CryptoLibrary/
Assets 2
1 person reacted
R1 Public Release (March 2024)
@DevsDaddy
DevsDaddy
2cf931b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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);