Search found 2 matches

by ToTheFarWest
Sat Jan 16, 2016 1:31 am
Forum: AES Crypt
Topic: Error: Input File Too Short
Replies: 2
Views: 7824

Re: Error: Input File Too Short

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!
by ToTheFarWest
Thu Jan 14, 2016 4:14 am
Forum: AES Crypt
Topic: Error: Input File Too Short
Replies: 2
Views: 7824

Error: Input File Too Short

I encrypted a folder that contains all of my vital passwords using AESCrypt. The exact command I used was tar -cvf - Passwords/ | aescrypt -e -k ~/.FOLDER/nothingtoseehere.key - >Passwords.tar.aes Now, when I try to decrypt is using a simple aescrypt -d Passwords.tar.aes , it returns Error: Input fi...