1
0
Fork 0

README.md aktualisiert

This commit is contained in:
Lars 2024-12-24 16:01:51 +00:00
parent b8732e8b94
commit eb79d86a9b

View file

@ -1,3 +1,16 @@
# Welcome # Welcome
Welcome to my personal profile on this Instance. 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
```