README.md aktualisiert
This commit is contained in:
parent
b8732e8b94
commit
eb79d86a9b
1 changed files with 14 additions and 1 deletions
13
README.md
13
README.md
|
@ -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
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue