/encryption-project

Encryption Project

Primary LanguageC++MIT LicenseMIT

Encryption Project

This project demonstrates a simple encryption and decryption implementation in C++. The encryption algorithm takes an input string, generates a random key, and encrypts the string using the XOR operation. The encrypted string can then be decrypted using the same key.

image