Error: Input File Too Short

Discussion related to AES Crypt, the file encryption software for Windows, Linux, Mac, and Java.
Post Reply
ToTheFarWest
Posts: 2
Joined: Thu Jan 14, 2016 4:08 am

Error: Input File Too Short

Post by ToTheFarWest »

I encrypted a folder that contains all of my vital passwords using AESCrypt. The exact command I used was

Code: Select all

tar -cvf - Passwords/ | aescrypt -e -k ~/.FOLDER/nothingtoseehere.key - >Passwords.tar.aes
Now, when I try to decrypt is using a simple

Code: Select all

aescrypt -d Passwords.tar.aes
, it returns

Code: Select all

Error: Input file is too short.
. Any help?
User avatar
paulej
Posts: 593
Joined: Sun Aug 23, 2009 7:32 pm
Location: Research Triangle Park, NC, USA
Contact:

Re: Error: Input File Too Short

Post by paulej »

How large is the output file? What's in it? It sounds like the file is empty.
ToTheFarWest
Posts: 2
Joined: Thu Jan 14, 2016 4:08 am

Re: Error: Input File Too Short

Post by ToTheFarWest »

It had a folder with multiple txts full of passwords. Sadly, the file appears to be empty. Ugh. Time for a mass password reset. Thanks anyway!
Post Reply