File | Date | Author | Commit |
---|---|---|---|
.hgignore | 2014-03-03 |
![]() |
[c88954] initial upload |
Makefile | 2014-03-03 |
![]() |
[c88954] initial upload |
README.rst | 2014-03-03 |
![]() |
[c3f88e] update of readme |
anthon@mnt.org.jpg | 2014-03-03 |
![]() |
[c88954] initial upload |
setup_smart_card | 2014-03-03 |
![]() |
[c88954] initial upload |
setup_smart_card.ini | 2014-03-03 |
![]() |
[c88954] initial upload |
Version: | setup_smart_card 0.1 |
---|---|
Author: | Anthon van der Neut |
Contact: | a.van.der.neut@ruamel.eu |
Date: | 2014-03-03 |
This program automates the generation and storage of OpenGPG smart-card keys.
I used it to generate the program output listings on my rant page Setting up an OpenPGP Smart Card because I had to generate those multiple times. For one time generation, you should just follow that page and not use this program.
If you use this program, you should do so in a secure environment (as per the rant page). That in order to minimize leakage of your secret keys and your pass phrase. For this program the pass phrase and admin pin have to be input on the commandline, and in generating the listing I do not use my real pass phrase anyway.
The program can be of some use for programmatic generation and handling of keys from Python, as it drives gpg --edit-key ... programmatically, something not all other Python wrappers pgp do.