# GnuPG (very basic)

`gpg --import file.key` imports a key

`gpg --output [decrypted_file.txt] --decrypt [encrypted_file.gpg]` decrypts a file with the imported key
