Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 803 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 803 Bytes



📠XOR-encryption

This program uses a XOR cipher to encrypt and decrypt messsages using a key known to both parties.

Features

  • Encryption and decryption with any 8-bit key
  • Random key generation
  • Key generation history per session

Upcoming features

  • import and export text files for encryption
  • Diffie-Helman key exchange

About the XOR cipher

Wikipedia Article