hide.py icon indicating copy to clipboard operation
hide.py copied to clipboard

Support for cryptographic data obfuscation

Open nukeop opened this issue 9 years ago • 0 comments

Currently the data is encoded without any sort of obfuscation, making it vulnerable to statistical analysis and trivial to recover once its existence is known. To prevent this, the data needs to be protected by password-based obfuscation.

OpenPuff implements an oracle that chooses a different encryption algorithm for every data block based on the key. This might be worth replicating.

nukeop avatar Mar 16 '16 00:03 nukeop