https://github.com/ternus/obfuscate
Simple, compact, randomized obfuscation for Python strings
https://github.com/ternus/obfuscate
Last synced: 3 months ago
JSON representation
Simple, compact, randomized obfuscation for Python strings
- Host: GitHub
- URL: https://github.com/ternus/obfuscate
- Owner: ternus
- Created: 2013-01-14T18:02:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-14T18:05:26.000Z (over 13 years ago)
- Last Synced: 2025-12-15T10:50:30.671Z (7 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quick-and-dirty obfuscation for strings, designed to
hide URL parameters from the casual experimenter without
adding too much length. A little randomness is baked
in to make it look like the parameters are constantly
changing, even if they're not.
Obviously this is NOT SECURE; don't rely on it for strong secrecy.
A chosen-plaintext attack will recover the key, just like xor.
Only works for ASCII strings. Not Unicode-safe.