Releases: Schecher1/CaesarCipher-Playground
Version 1.1.0.0
The called "Key Manager", now has the random function, so that you can now have the letters randomly chosen.
(It can sometimes happen that the boxes are all empty. This is because the program would be in a weird endless loop. If this happens just press it again).
As well as that you can assign the letters duplicate. Which of course makes the decryption impossible!
There are 2 versions available:
"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)
Version 1.0.0.0 - Beta
This is the first public version of CaesarCipher-Playground
The called "Key-Manager", has so far not many functions like random. You have to change all the letters by manually until now!
As well as that you can assign the letters duplicate. Which of course makes the decryption impossible!
This is a BETA! Errors may occur. If you have found any. Please create an issue.
There are 2 versions available:
"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)