Skip to content

Program encrypts word by implementing a dictionary with a key of 3.

Notifications You must be signed in to change notification settings

efloresz/Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryption

lock
The program encrypts users text by implending a dictionary using a key of 3.
Sample Outputs:
Screenshot 1 Screenshot 2 Screenshot 3 style=

What I Learned:

  • Implementing encryption with a fixed offset using a switch statement.
  • Building the encrypted word through string concatenation.
  • Handling exceptions and printing stack trace for debugging.
~* Analysis *~
Created: 05/20/23
Status: Complete 

About

Program encrypts word by implementing a dictionary with a key of 3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages