Skip to content

KeesOG/ROT13-Passcode-Transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🚀 ROT13 Passcode Transformer

📖 Description

The ROT13 Passcode Transformer is a C++ program that reads a ROT13 encoded passcode, transforms it using the ROT13 cipher, and outputs the result. ROT13 is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet, effectively encoding and decoding messages.

👨‍💻 Author

KeesOG

✨ Features

  • 🛠️ Reads passcode input from the user.
  • 🔄 Applies the ROT13 transformation.
  • 🔡 Handles uppercase, lowercase, and digit characters appropriately.
  • 💬 Outputs the transformed passcode.

💡 Usage

To use the ROT13 Passcode Transformer, follow these steps:

  1. Compile the program using a C++ compiler.
  2. Run the executable.
  3. Enter your ROT13 encoded passcode when prompted.
  4. View the transformed passcode output.

🗂️ Code Overview

The program follows these main steps:

  1. 📝 Reads input from the user.
  2. 🔄 Iterates over each character in the input.
  3. 🔄 Transforms the character using the ROT13 cipher.
  4. 🔡 Handles special cases for uppercase letters and digits.
  5. 💬 Outputs the transformed passcode.

📦 Dependencies

The program uses standard C++ libraries, so no external dependencies are required.

🤝 How to Contribute

Contributions are welcome! Feel free to open issues or submit pull requests to improve the code or add new features.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A C++ program that reads a ROT13 encoded passcode, transforms it using ROT13 cipher, and outputs the result.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages