Unable to use the -k key option on windows
Posted: Fri Mar 28, 2014 1:17 am
Hi,
I have created a secret key and encrypted the file with the key on linux machine.I then tried to decrypt the file on the same machine using this secret key with the below command .The decryption is working fine.
aescrypt -d -k secret.key /home/myhome/encryption_test/test_file.aes
However when I tried to copy these files on to my windows machine and try to decrypt the file using the secret key,its throwing an error that ‘-k is an illegal option’.
aescrypt -d -k secret.key test_file.aes
aescrypt: illegal option -- k
Error: Unknown option '?'
Enter password:
I know the key generation is only on Linux/UNIX but why can't I use the key option on Windows.
Regards,
- multibob
I have created a secret key and encrypted the file with the key on linux machine.I then tried to decrypt the file on the same machine using this secret key with the below command .The decryption is working fine.
aescrypt -d -k secret.key /home/myhome/encryption_test/test_file.aes
However when I tried to copy these files on to my windows machine and try to decrypt the file using the secret key,its throwing an error that ‘-k is an illegal option’.
aescrypt -d -k secret.key test_file.aes
aescrypt: illegal option -- k
Error: Unknown option '?'
Enter password:
I know the key generation is only on Linux/UNIX but why can't I use the key option on Windows.
Regards,
- multibob