Add Home
commit
b7acb7cba4
1 changed files with 21 additions and 0 deletions
21
Home.md
Normal file
21
Home.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
## GPG keys
|
||||
|
||||
My public key (`gytis@repecka.com`):
|
||||
|
||||
* Key ID: `571A9D806C711CB6`
|
||||
* Fingerprint: `BE8D DCA9 5A85 97EC 7BCF 5F15 571A 9D80 6C71 1CB6`
|
||||
* [Download public key](https://source.gyt.is/gytisrepecka/keys/src/branch/master/gytis_repecka_com_public.asc) and import it to your key manager
|
||||
|
||||
## Encrypt file
|
||||
|
||||
If you want to encrypt a file before sending it to me, use following command:
|
||||
|
||||
```bash
|
||||
gpg --output TARGET_FILE --encrypt --recipient gytis@repecka.com SOURCE_FILE
|
||||
```
|
||||
|
||||
## Decrypt file
|
||||
|
||||
```bash
|
||||
gpg --output TARGET_FILE --decrypt SOURCE_FILE
|
||||
```
|
Loading…
Reference in a new issue