Skip to content

This program implements a simple encryption and decryption system using the XOR operation.

Notifications You must be signed in to change notification settings

Tayyab-Khurram/Symmetric-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Symmetric-Encryption

This program implements a simple encryption and decryption system using the XOR operation.
It allows the user to encrypt a message by XOR-ing each character of the message with a user-defined key and decrypts it using the same key.
The program features a menu for selecting encryption, decryption, or exit options, ensuring a seamless interaction.
This XOR-based encryption demonstrates the simplicity of symmetric key cryptography where same key is used for both encryption and decryption.

Example

Encrypted 2

When wrong key is given

Encrypted 3

Another Example

Encrypted 4

About

This program implements a simple encryption and decryption system using the XOR operation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages