This was a simple idea using AES Crypt, few word and letter replacements, it does not really offer real encryption part from what the AES creates but it was more to stop key logging via app, I not sure if windows is able capture strings in apps but this stops the key input capture.
This software is not made to be released I made it half sleep, II been working on this idea for about 10 years on and off the last app based on the same code base was a tool that created blog like posts with a hidden encrypted note, problem was ams + aes was lagging a little to encrypt 2000 + characters and AMS's limit for the input box means I was unable to decode the messages if they was over 500 characters as after encoding it was much larger.
So I made this little note pad cos I couldn't get back to sleep one morning about 3 am to see if it would work on a smaller platform, and it does, never got around to finishing it.
This software is not made to be released I made it half sleep, II been working on this idea for about 10 years on and off the last app based on the same code base was a tool that created blog like posts with a hidden encrypted note, problem was ams + aes was lagging a little to encrypt 2000 + characters and AMS's limit for the input box means I was unable to decode the messages if they was over 500 characters as after encoding it was much larger.
So I made this little note pad cos I couldn't get back to sleep one morning about 3 am to see if it would work on a smaller platform, and it does, never got around to finishing it.
Comment