Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 830 Bytes

File metadata and controls

13 lines (8 loc) · 830 Bytes

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