1
0
Fork 0
.profile/README.md
2024-12-27 21:32:56 +00:00

16 lines
No EOL
611 B
Markdown

# Welcome
Welcome to my personal profile on this Instance.
## Send an encrypted mail
You can send me an encrypted mail to hello@elyday.dev. Please use [age](https://github.com/FiloSottile/age) as encryption tool.
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
```