jor_teron

READ.ME

Jun 29th, 2022 (edited)
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ::: README :::
  2.  
  3. 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.
  4.  
  5. Some file are encoded in sequence ().
  6. Reason for encoding plaintext is *to keep away from privy eyes, *pastebin does not allow saving sensitive text.
  7.  
  8. ::: hint :::
  9. cat plain.txt | [command1 to encode] | [command2 to encode] -w 100 > encoded.txt
  10. cat encoded.txt | [command2 to decode] | [command1 to decode] > plain.txt
  11.  
Add Comment
Please, Sign In to add comment