Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.69 KB

File metadata and controls

49 lines (33 loc) · 1.69 KB

CaesarCipher-Playground

Application description:

It is a program where you can work pratically with CaeserCipher
and how they are work, you can encrypt and decrypt texts, of
course also import and export the specific keys.

How to Download:

Go to the "Releases" and download any version.

Or press here to download if you want the latest one as standalone

Or press here to download if you want the latest one as not standalone

"Standalone" is optimal if there is NO .NET 6 on this machine. (is bigger)
"Not Standalone" is good if there is .NET 6 on this machine. (is smaller)

Features:

✔️ encrypt and decrypt texts
✔️ import and export the specific keys
✔️ encryption key can also be generated randomly
✔️ user-friendly / beginner-friendly
✔️ requires NO installation, just start it

Image:

Encryptor:

Encryptor

Decryptor:

Decryptor

Key-Manager:

KeyManager

CHANGELOG

v1.1.0.0

  • Added 2 buttons to the Key Manager
  • Your encryption key can now also be generated randomly
  • Your encryption key can now also be cleared.

v1.0.0.0

  • The program has an absolutely basic design
  • The encryption key can be changed at will
  • The key can be exported and imported