Sure, anyway i have download it again
Console (Windows 32-bit)
Version 308a_win32_console
This is the output:
Code: Select all
C:\Documents and Settings\USERNAME>"C:\Documents and Settings\USERNAME\Desktop\aescrypt.exe" -d -p 1 "C:\Documents and Settings\USERNAME\Desktop\EmptyFile.txt.aes"
Error: Input file is corrupt (2)
Another strange thing, if i use
the last GUI version work fine!
In the same package of the GUI ( v308_win32 ), if i'll try to decript with the command line i have the error, if i'll decrypt with AESCrypt32 GUI work
So i think something wrong in the command line version, this is the only thing possible, because give me two different result on the same file.
EDIT: Tested also this commandline version:
v307
v306
But same problem, i don't have found any other version on this site
EDIT2: News! If i crypt the file with GUI version, i can decrypt the same file with the commandline. So the problem isn't the decrypt of the command line because can decrypt the file from the GUI, but something wrong in the crypt method of the commandline, i think.
In summary:
GUI Version - Can decrypt the file created by himself or by commandline
Commandline - Can decrypt the file created by GUI version / give error if i try to decrypt the file created by commandline
You can see the output:
Code: Select all
C:\Documents and Settings\USERNAME>"C:\Documents and Settings\USERNAME\Desktop\aescrypt.exe" -d -p 1 "C:\Documents and Settings\USERNAME\Desktop\CreatedBYGUI.txt.aes"
C:\Documents and Settings\USERNAME>"C:\Documents and Settings\USERNAME\Desktop\aescrypt.exe" -d -p 1 "C:\Documents and Settings\USERNAME\Desktop\CreatedBYCommandLine.txt.aes"
Error: Input file is corrupt (2)
You can find both file in the attachment, same password as before.
Hope all of this information can be useful for resolve the problem. Please check it out because i use only the command line
Thanks