I have successfully encrypted a XML file using the command line utility.
However, on an attempt to decrypt the file I am getting Error: Input file is too short.
Worst of all: the file got deleted completely!

The following command line was used to encrypt:
C:\Software\AESCrypt\AESCrypt308a_win32_console>aescrypt.exe -e -p test -o "C:\U
sers\Dummy\Documents\Visual Studio 2008\Projects\SSIS_SandBox\SSIS_SandBox
\SandBoxPackage.dtsConfig" "C:\Users\Dummy\Documents\Visual Studio 2008\Pr
ojects\SSIS_SandBox\SSIS_SandBox\SandBoxPackage.dtsConfig"
Is there any way to decrypt the file? Also good to know why it is erroring and wiping the file out.