Skip to content

Releases: DevsDaddy/UnityCrypto

R2 Public Release (May 2024)

03 May 07:54
e39f585
Compare
Choose a tag to compare

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/

R1 Public Release (March 2024)

08 Mar 13:29
2cf931b
Compare
Choose a tag to compare

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);