Paulej,
can you tell me the command for decrypting a .tar.aes with the keyfile in the command line?
After managing to install the source code I succeded in using the encryption command (location and filename changed for my purposes):
tar -cvf - /home | aescrypt -e -k secret.key - >backup_files ...
Search found 3 matches
- Wed Aug 20, 2014 8:14 am
- Forum: AES Crypt
- Topic: Help with aescrypt_keygen with Ubuntu 12.04
- Replies: 9
- Views: 15633
- Sat Aug 09, 2014 4:48 am
- Forum: AES Crypt
- Topic: Help with aescrypt_keygen with Ubuntu 12.04
- Replies: 9
- Views: 15633
Re: Help with aescrypt_keygen with Ubuntu 12.04
Thank you for your reply.
After reading your post I checked the contents of the unzipped file and realized that the "makefile" is not in the parent folder but in a subfolder.
/aescrypt-3.0.9/src/ instead of /aescrypt-3.0.9/
After navigating into the subfolder I was able to use make .
A newbie ...
After reading your post I checked the contents of the unzipped file and realized that the "makefile" is not in the parent folder but in a subfolder.
/aescrypt-3.0.9/src/ instead of /aescrypt-3.0.9/
After navigating into the subfolder I was able to use make .
A newbie ...
- Thu Aug 07, 2014 7:50 am
- Forum: AES Crypt
- Topic: Help with aescrypt_keygen with Ubuntu 12.04
- Replies: 9
- Views: 15633
Help with aescrypt_keygen with Ubuntu 12.04
Hello,
I'm running Elementary OS which is based on Ubuntu 12.04. I'm a new Linux user.
I installed the 64Bit Gui version which runs fine.
However, when I want to use the console with aescrypt_keygen it says: aescrypt_keygen: command not found
I tried to install the source code using the ...
I'm running Elementary OS which is based on Ubuntu 12.04. I'm a new Linux user.
I installed the 64Bit Gui version which runs fine.
However, when I want to use the console with aescrypt_keygen it says: aescrypt_keygen: command not found
I tried to install the source code using the ...