Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 22700 ideas, 138270 comments, 2629576 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas
Idea #15052: Add Right Click Option For Symmetric File Encryption With Passphrase

Written by alanbshepard70 the 31 Oct 08 at 10:36. Related project: Nautilus. Status: New
Rationale
Sometimes I just want to encrypt a file using a symmetric AES and a passphrase and don't want to hassle with keys. I'd like to see an option to encrypt a file using symmetric AES with a passphrase included in the right click menu. Symmetric decryption is already included and working so shouldn't it's counterpart be included as well?

18
votes
up equal down
Solution #1: Auto-generated solution of idea #15052
Written by alanbshepard70 the 31 Oct 08 at 10:36.
Ubuntu Brainstorm was updated in January 2009. Since the idea #15052 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

Propose your solution

Attachments
No attachments.


Duplicates


Comments
Eldmannen wrote on the 31 Oct 08 at 14:28
7z supports AES encryption for file archives.

Eldmannen wrote on the 1 Nov 08 at 00:16
$ sudo apt-get install p7zip-full
$ 7z a -pMYPASSWORD007 secret.7z "/home/alice/secret"


Post your comment