- gpg --gen-key
- gpg --list-keys
- gpg --keyserver pgp.mit.edu --send-keys '62E49F5A'
- that funky number is listed in the output of "list-keys", just look carefully
- your funky number will be unique
- should be 8 digits long and hex
- gpg --keyserver pgp.mit.edu --search-keys 'youremail@yahoo.com'
- gpg --keyserver pgp.mit.edu --search-keys 'yourgirl@yahoo.com'
- gpg --keyserver pgp.mit.edu --recv-keys 1F3B6ACA
- Get her key with the ID you saw in previous step
- Use keys to encrypt content
- Can be encrypted for multiple people in one go, and only those listed can open the result
Showing posts with label gen-key. Show all posts
Showing posts with label gen-key. Show all posts
Monday, 25 March 2013
Generate gpg keys, upload to server, pull from server, from CLI
Subscribe to:
Posts (Atom)
Interview questions: 2020-12
Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer Networking Layer 1 vs Layer 4 haproxy u...
-
CRITICAL: AWS now offers internal VPC DNS! Below is no longer necessary AFAIK. Woo hoo! http://aws.amazon.com/about-aws/whats-new/2014/...
-
build sudo apt-get install git gcc sudo apt-get install automake autoconf git clone git://github.com/rriley/tsunami-udp.git cd tsunam...
-
From: https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972#c4 Assumptions: jEdit was installed into /Applications directory. Close any...