diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0eadea7 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Obfuscate any file quickly! + +To obfuscate run: + +``fobfuscate <file>`` + +To deobfuscate, simply run the program again on the same file. + +## Warning + +This will overwrite the contents of the file. |