Hello all!
Welcome to my wiki page about my program TextCoder. This program can encrypt and decrypt text using any password you want.
[About] - How to use etc.
Blog - My blog about coding and some of my other projects.
Coming soon to Alpha:
- File reading
- (done!) GUI
- Support for encrypting/decrypting multiple files at a time (or entire file trees)
- Support for different kinds of bitwise encryption. Right now it only uses XOR, but I might be able to program in functionality for AND, OR, and NOT (&, |, and ~).
Plans for Beta:
- Some kind of cool "animation" of text being encoded. Matrix style.
- Maybe a Mac application and a PC executable file.
- I'll probably think of more.
Plans for Release:
- Perfect Code
Changelog:
v1.0_0 - Initial Release:
Nothing to change...
v1.1_0 - First Alpha Release:
Added GUI
NOTE: Please read the ReadMe File provided in the latest download!