aboutsummaryrefslogtreecommitdiff
path: root/gpg/card/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-04-22 15:06:49 +0200
committerJakob Odersky <jodersky@gmail.com>2015-04-22 15:24:00 +0200
commitf79ee0e3999dfd04af306aced213f20b7f8e0904 (patch)
treeff9be23960cce44544a90bee37124d0cdcd2f60d /gpg/card/README.md
downloadsecurity-f79ee0e3999dfd04af306aced213f20b7f8e0904.tar.gz
security-f79ee0e3999dfd04af306aced213f20b7f8e0904.tar.bz2
security-f79ee0e3999dfd04af306aced213f20b7f8e0904.zip
initial commit
Diffstat (limited to 'gpg/card/README.md')
-rw-r--r--gpg/card/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/gpg/card/README.md b/gpg/card/README.md
new file mode 100644
index 0000000..137d68d
--- /dev/null
+++ b/gpg/card/README.md
@@ -0,0 +1,18 @@
+# OpenPGP Business Cards
+
+Generate business cards with OpenPGP fingerprints.
+
+## Idea
+Templates are designed as scalable vector graphics with a program such as inkscape.
+Key values in the templates are replaced by values extracted from GnuPG keys.
+
+## Usage
+Run `makecard -h` for a description of available options.
+
+## Example
+See `dist` folder for examples.
+
+## Dependencies
+ - GnuPG
+ - qrencode
+ - *optional* inkscape to convert SVGs to PDFs \ No newline at end of file