Y
Hacker News
new
|
ask
|
show
|
jobs
by
jvz
3180 days ago
Do you encrypt your keys before exporting? How do you ensure you'll remember the passphrase, if so?
1 comments
xelxebar
3180 days ago
At least with gpg2 exported private keys are encrypted by default. In fact,
$ gpg2 --export-private-keys
won't even ask you for a password because of this.
link