Home

Xenone

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.

PLEASE READ: About halfway into this week, I realized that nobody was downloading the current version, and I think that is because SourceForge didn't recognize the version I uploaded as the current version. I have taken the old version off the downloads page. For future releases, I will include a copy of the previous two or maybe three versions along with the current version. Sorry to anyone who downloaded the original thinking it was the updated version. That GUI part must have been really hard to find...

Coming soon to Alpha:
- File reading
- (done!) GUI
- Support for encrypting/decrypting multiple files at a time (or entire file trees)
- (partially done!) Support for different kinds of bitwise encryption. Right now it only uses XOR and NOT, but I might be able to program in functionality for AND, and OR(&, 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
v1.2_0
Added NOT function
Added a changelog into the program in the About tab


NOTE: Please read the ReadMe File provided in the latest download!


Related

Home: About