Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 203331 - GnuPG Gentoo User Guide does not explain symmetric ciphers (-c)
Summary: GnuPG Gentoo User Guide does not explain symmetric ciphers (-c)
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/gnupg-us...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-25 21:11 UTC by Michael Altfield
Modified: 2007-12-29 12:12 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Altfield 2007-12-25 21:11:01 UTC
I landed on this documentation page while searching for a way to encrypt a file in gentoo linux.  I just wanted a way to encrypt a file so that the data could only be viewed with a password--without all the "secret key" nonsense.  After much more searching on many other websites, I found the solution was not the "encrypt" (-e) function of gpg, but the "symmetric cipher" (-c) function of gpg.

I'm sure there are many other people who landed on the GnuPG doc page with the intentions that I had.

I think that a section covering symmetic cipher encryption with gpg would greatly benefit the article.

Reproducible: Always




gpg -c file.txt
<enter passphrase>

gpg -o file.txt.decrypted -d file.txt.gpg
<enter passphrase>
Comment 1 nm (RETIRED) gentoo-dev 2007-12-26 04:25:41 UTC
Regarding symmetric cyphers: you know how to do it, so feel free to write a section on it.
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2007-12-29 12:04:57 UTC
I do too, and I know GuideXML ;-)

Actually not that hard...
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2007-12-29 12:12:59 UTC
Information added to the guide.