Post

HOW TO: Signature On File Using KGPG

This time i will share to create digital signature on file using KGPG. KGPG is a software for create signature, encryption etc and is application KDE default.

Now open kgpg like above screenshot, after opened select keys and choose generate key pair.
Input name, email, comment or if you want expire you can select never to years, month, week or day.

After created, open with konsole (KDE) in here i use command line interface:

# Only Signature on file, and output will show filename.txt.gpg

$ gpg –sign filename.txt

# Verification Digital Signature

$ gpg –verify filename.txt.gpg

# For detach signature and generate  

$ gpg –armor –detach-sig filename.txt

# For document verification signatured

$ gpg –verify filename.txt.asc filename.txt

#Signature and Encryption

$ gpg –sign –encrypt –recipient yourmail@address.com filename.txt

So these tutorial about Signature on file using kgpg.

Happy Testing and Good Luck! Arief

This post is licensed under CC BY 4.0 by the author.