Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ::: README :::
- All are personal files, containing customised files, to make computer use easier and faster. ie- bash script, alias, fun stuff etc. These files are to avoid DRY in future.
- Some file are encoded in sequence ().
- Reason for encoding plaintext is *to keep away from privy eyes, *pastebin does not allow saving sensitive text.
- ::: hint :::
- cat plain.txt | [command1 to encode] | [command2 to encode] -w 100 > encoded.txt
- cat encoded.txt | [command2 to decode] | [command1 to decode] > plain.txt
Add Comment
Please, Sign In to add comment