1 Home
Gytis Repečka edited this page 2024-07-30 18:22:01 +03:00

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 and import it to your key manager

Encrypt file

If you want to encrypt a file before sending it to me, use following command:

gpg --output TARGET_FILE --encrypt --recipient gytis@repecka.com SOURCE_FILE

Decrypt file

gpg --output TARGET_FILE --decrypt SOURCE_FILE