Search found 1 match

by Octal
Sun Mar 30, 2014 2:14 pm
Forum: AES Crypt
Topic: AES Crypt for Linux - Key File Support
Replies: 19
Views: 40322

Re: AES Crypt for Linux - Key File Support

Ok, I have been waisting my time, I was thinking that when a secret.key file is generated it could be something like:

aescrypt (-e) + file + secret.key = file.aes
aescrypt (-d) + password + file.aes = file

but (I thought) It would be useless to do, it wouldn't work because the secret.key file ...