commit b7acb7cba40fdd9d20d9bb57d8a780dae9372c19 Author: Gytis Repečka Date: Tue Jul 30 18:22:01 2024 +0300 Add Home diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..34c7180 --- /dev/null +++ b/Home.md @@ -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 +``` \ No newline at end of file