My first C# .Net software ever developed!
It can encrypt/decrypt text for fast exchange over the web!
You can even encrypt .txt files if you want, there is even an option to merge all .txt files to one .wenc file.
Just made this to learn C# and it came out pretty good…
Known bugs:
- If you enter wrong password when decrypting you will get an Bad data exception.
- If you edit the encrypted data string and try to decrypt you will get an Bad data exception.