MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 1 as of 2013-07-10 22:40:24
  • OpenPGP

GPGEncryptDecrypt

OpenPGP encryption and signing tool

Send file encrypted with symmetric key by email in CentOS 6.3

  • /usr/bin/gpg-agent --daemon /usr/bin/gpg --yes --batch --passphrase symmetricPass -c file.txt
  • /bin/cat /root/file.txt.gpg | /bin/mail -s "subject xyz" mail.me@example.net

  • gpg --version # gpg (GnuPG) 2.0.14

Decrypt file encrypted with symmetric key in CentOS 6.3

  • gpg-agent --daemon gpg --yes --batch --passphrase symmetricPass bh.file.txt.gpg

Decrypt file encrypted with symmetric key in Slackware 14

  • gpg --passphrase symmetricPass file.txt.gpg
  • gpg --version # gpg (GnuPG) 1.4.12
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01