ReFo0 / encryption-project

Encryption Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Encryption Project

License:MIT License


Languages

Language:C++ 100.0%