Secure Data with Steganography

$4
Publisher CoredumpLab
File size 815.61kB
Number of files 9
Latest version 1
Latest release date 2015-02-03 02:27:15
First release date 2014-12-06 12:09:22
Supported Unity versions 2018.4.2 or higher
Secure your sensitive data with Steganography.

You can encode information within PNG texture
and decode if need it with this tool.
This method does not cause visible changes on texture.

Documentation included in asset also.
Forum thread

For example if you use one encryption method
(e.g AES) in your project, which is use text key
for encryption, you can store the key in one texture
which is already use in your project.

- It can be store longer text if the texture size enough.
- It can be store encrypted text also in texture.
(the encryption not include in this asset at the moment)
- Simple implementation, just call the appropriate method with texture
(uses singleton pattern with automatic gameobject creation and destroy)

Written in C#.