kingsteph23 / Caesar-Cipher-Generator

A generator written in C++ that encrypts a message from a string array, and than is decrypted by the user. If the user doesn't decrypt the message after 3 tries, the message is revealed. If the user is able to successfully decrypt the message, a message will appear congratulating the user with successfully decrypting the message.

Home Page:https://replit.com/@TwinkieJr23/Caesar-Cipher-Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A generator written in C++ that encrypts a message from a string array, and than is decrypted by the user. If the user doesn't decrypt the message after 3 tries, the message is revealed. If the user is able to successfully decrypt the message, a message will appear congratulating the user with successfully decrypting the message.

If the user choices to exit the program: Screenshot 2024-07-12 200957

If the user doesn't successfully decipher the program after 3 tries. Screenshot 2024-07-12 200817

If user successfully deciphers the message: Screenshot 2024-07-12 205653

About

A generator written in C++ that encrypts a message from a string array, and than is decrypted by the user. If the user doesn't decrypt the message after 3 tries, the message is revealed. If the user is able to successfully decrypt the message, a message will appear congratulating the user with successfully decrypting the message.

https://replit.com/@TwinkieJr23/Caesar-Cipher-Generator


Languages

Language:C++ 100.0%