2017년 3월 11일 토요일

How to use GPG


gpg --gen-key
 

If need some entropy to generate random number, install random number tool

sudo apt-get install rng-tools to set it up.
Then run sudo rngd -r /dev/urandom before generating the keys.


How to export GPG private key.
 gpg --export-secret-key -a USER_ID_HERE > GPG_KEY_FILE_NAME

댓글 없음:

sublime close without confirmation

  Close without confirm   Yes, you can just write a plugin to set the view as scratch and close it. Then create a keybinding for that c...