hide.py
hide.py copied to clipboard
Support for cryptographic data obfuscation
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.