playfair cipher - ng
kry
Go to file
citizen-VM f89eec7b96
feat: decryption functional
* still kind of WIP (a couple more things to check)
* added check if cryptmessage length mod 2 == 0
2020-08-24 05:47:29 +02:00
Properties initial commit 2020-08-21 03:15:35 +02:00
.gitignore initial commit 2020-08-21 03:15:35 +02:00
App.config initial commit 2020-08-21 03:15:35 +02:00
KRY-0x01-ng.csproj chore: added basic app layout + logic outlines 2020-08-21 03:35:56 +02:00
KRY-0x01-ng.sln initial commit 2020-08-21 03:15:35 +02:00
Program.cs initial commit 2020-08-21 03:15:35 +02:00
README.md initial commit 2020-08-21 03:15:35 +02:00
main_form.Designer.cs chore: basic decryption key and message checks 2020-08-24 05:30:29 +02:00
main_form.cs feat: decryption functional 2020-08-24 05:47:29 +02:00
main_form.resx initial commit 2020-08-21 03:15:35 +02:00

kry-0x01-ng

works badge

sawce of project 0x01-ng - playfair cipher - for cryptography classes