From eb79d86a9b9af17d1f1792d1ea882bcefd90e47f Mon Sep 17 00:00:00 2001 From: elyday Date: Tue, 24 Dec 2024 16:01:51 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77a64c4..5feeaca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # Welcome -Welcome to my personal profile on this Instance. \ No newline at end of file +Welcome to my personal profile on this Instance. + +## Send an encrypted mail + +You can send an encrypted mail to hello@elyday.dev with [age](https://github.com/FiloSottile/age). + +My public key is `age1c7rupsmjaqdm595snk5pugrwymr038cnvj4srpuhn0nt03ewxdus63ue5f`. Please write your mail body in a file, encrypt the whole file and attach it to the mail. If you want a response, please add your public key to the encrypted file. + +### Example + +```bash +echo "Hi elyday" > mail.txt +age -r age1c7rupsmjaqdm595snk5pugrwymr038cnvj4srpuhn0nt03ewxdus63ue5f -o mail.txt.enc mail.txt +``` \ No newline at end of file