Skip to content

Simple, compact, randomized obfuscation for Python strings

Notifications You must be signed in to change notification settings

ternus/obfuscate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

Simple, compact, randomized obfuscation for Python strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published