Skip to content

erisleci0/Substitution-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Substitution-Cipher

Encryption and Decryption Program

This Java program provides a simple encryption and decryption functionality based on user input.

Features

  • Encrypts plaintext using a specified encryption key.
  • Decrypts ciphertext using a specified decryption key.

How to Use

  • Select Operation:

  • Enter 1 for encryption.

  • Enter 2 for decryption.

Provide Input:

For encryption, enter the plaintext and encryption key. For decryption, enter the ciphertext and decryption key.

View Results:

The program will display the encrypted or decrypted text.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages