From d30e8d4974584a853b54a6c9c8a7cc1623d2e6f4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Apr 2023 04:40:12 -0300 Subject: README.md: Add old file --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e5e8e3 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# dotfiles - EuAndreh's personal repository + +## Paperkey + +Paperkey generated using: +```shell +cat < paperkey-content.txt + +# QR codes of paper key +gpg --export-secret-keys EuAndreh | paperkey | qrencode -o out.png -S -v 16 +montage *.png -tile 1x2 -geometry +0+0 concatenate-out.png +rm out* +EOF +``` + +To recover from a paperkey: + +```shell +paperkey --pubring <(wget -O- https://euandre.org/public-key.txt | gpg --dearmor) --secrets paperkey-content.txt | gpg --batch --import +``` -- cgit v1.2.3