Text encryption?
Posted: Sun Jan 01, 2012 6:45 pm
Hi guys, i have a question. I'd like to create a GUI for win-command line for create a easy "on- the-fly" text encryption. So i create a txt file and write this:
Saved the file like Test.txt and encrypted with password "asd"
I have open the file "File.txt.aes" and the result is:
If i copy the code on a txt file and save like "File.txt.aes" i can't decript, give me this error:
Someone can give me a solution? Why i cant save the content and save it as txt.aes? I need to make the GUI read the file
Thanks,
John
Code: Select all
The sun is gold and the sky is blue
I have open the file "File.txt.aes" and the result is:
Code: Select all
AES CREATED_BY aescrypt 3.08 € ¹‘Û›£«¥®$„×¾ÑëÅâ~µôÕ’½A«šUIaÓ^]¥´ºÝ¶ Œ=îBœUj%ºrjí÷»¾S‹Ùa÷1—j€›Ô®y^{ðöµ¾y‘¼ÆQ?Ò2êÐöÏé#¤Ç|T%ºÞ&b'Ã%ÄäVážÊÌH?½³]VÄ’Žu-5¢·hanGcPTߥ·~ô³©WŠ,^_e¡F VnC«|p8E*ó
Code: Select all
Unable to open output
Thanks,
John