Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use AES256 for private key password encryption | Will Sargent | 2016-09-24 | 1 | -0/+2 |
| | | | | | | | | | | | | | | Adds ``` s2k-cipher-algo AES256 ``` to the GPG configuration, per https://pthree.org/2015/11/19/your-gnupg-private-key/ > --s2k-cipher-algo name > Use name as the cipher algorithm used to protect secret keys. The default cipher is CAST5. This cipher is also used for symmetric encryption with a passphrase if --personal-cipher-preferences and --cipher-algo is not given. https://www.gnupg.org/documentation/manuals/gnupg-2.0/OpenPGP-Options.html#index-s2k_002dcipher_002dalgo | ||||
* | Add $ | Will Sargent | 2016-09-22 | 1 | -1/+1 |
| | |||||
* | Add instructions for installing gnupg-curl | Will Sargent | 2016-09-21 | 1 | -0/+6 |
| | | | Fixes https://github.com/drduh/YubiKey-Guide/issues/5 | ||||
* | Prepend $ | Will Sargent | 2016-09-20 | 1 | -2/+2 |
| | |||||
* | Add key checking | Will Sargent | 2016-09-20 | 1 | -0/+11 |
| | |||||
* | Add an extra error condition | Will Sargent | 2016-09-20 | 1 | -0/+2 |
| | |||||
* | Discuss pinentry-gnome3 | Will Sargent | 2016-09-16 | 1 | -0/+2 |
| | |||||
* | Adds explanation of ssh-add -L option | Will Sargent | 2016-09-16 | 1 | -1/+1 |
| | |||||
* | Change link | Will Sargent | 2016-09-16 | 1 | -1/+1 |
| | | | https://rnorth.org/8/gpg-and-ssh-with-yubikey-for-mac is https://rnorth.org/gpg-and-ssh-with-yubikey-for-mac now. | ||||
* | Followed my own guide to make new keys; refresh | drduh | 2016-05-25 | 1 | -251/+507 |
| | |||||
* | Merge pull request #1 from victorso/patch-1 | drduh | 2016-05-18 | 1 | -0/+4 |
|\ | | | | | yubikey tails fix | ||||
| * | yubikey tails fix | Victor Fischer Scattone | 2016-05-18 | 1 | -0/+4 |
| | | | | | | Fix to use the yubikey on Tails | ||||
* | | Export public key to file | Victor Fischer Scattone | 2016-05-18 | 1 | -1/+1 |
|/ | | | The public key must be written on a file. | ||||
* | Use variable to store Key ID | drduh | 2016-05-09 | 1 | -10/+15 |
| | |||||
* | Add encrypted USB backup instructions, grammar fixes | drduh | 2016-04-25 | 1 | -23/+110 |
| | |||||
* | Use IO rediction for revocation certificate step | drduh | 2016-02-25 | 1 | -1/+1 |
| | |||||
* | Fix up formatting. | drduh | 2016-02-01 | 1 | -7/+4 |
| | |||||
* | Create local configuration, too | drduh | 2016-02-01 | 1 | -4/+27 |
| | |||||
* | Create README.md | drduh | 2016-01-31 | 1 | -0/+897 |