Encryption library
Does NOT require Unity Pro
Encrypt and secure your data with this library. You can encrypt string, int, bool.
Very easy to use only one line of code. C# code and very good documentation.
There are three encrypt algorithms.
1. AES ( Standard encryption algorithm )
2. Caesar cipher ( Very fast - Good for games)
3. And secret algorithm that combining 3 algorithms ( Extra secure )
* Secure your data
* Three encrypt algorithms
-- AES ( Standard encryption algorithm symmetric 256-bit )
-- Caesar cipher ( Very fast and secure - Good for games)
-- And secret algorithm that combining 3 algorithms ( Very powerful )
* Good Documentation
* Very Easy to Use
More info: miro382@centrum.sk