Skip to content
/ Rot13 Public

Automated encryption/decryption of test using Rot13.

Notifications You must be signed in to change notification settings

icon5730/Rot13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4be5ed1 · Oct 12, 2024

History

11 Commits
Aug 13, 2024
Oct 12, 2024

Repository files navigation

A simple Bash script that encrypts and decrypts files with Rot13.

The script perform the following operations:

  • Asks the user for a file path and checks that a file is indeed located in said path.
  • Asks the user whether they would like to encrypt or decrypt the file with Rot13.
  • Asks the user to name the output file.
  • Encrypts/decrypts the file and saves the output as a txt file with the name given by the user+encrypted/decrypted tag.
  • Asks the user whether they would like to encrypt/decrypt another file.

Full script run:

1

Encrypted file:

2

Decrypted file:

3

Original File (ExampleText):

4

Releases

No releases published

Packages

No packages published

Languages