LukaSimovic / Cryptographic-symmetric-key-algorithms-C-Sharp

Encryption and decryption using symmetric-key substitution and transposition algorithms implemented as C# Windows Form application
1 stars 0 forks source link

English Translation #1

Closed Sulvrix17 closed 7 months ago

Sulvrix17 commented 7 months ago

Hello Mr. Luka, I was wondering if there was an English version for this project. The project is amazing and very helpful but it's difficult to translate all variables and functions manually. Other than that, the message boxes and the tools' names are easy to translate. If there's not, would you at least translate the variables and functions? Thank You.

LukaSimovic commented 7 months ago

Thank you for your interest. Unfortunately, there is no English version of this project as it was developed during my college days when I didn't yet have the habit of writing code in English.

Sulvrix17 commented 7 months ago

No Problem I made my own version, thank for your reply. Caesar , RSA , Autokey , Playfair are all set I am just stuck on the Simplified DES Algorithm I hope I can fix it soon.