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, if you want to ask or add some suggestion for this article you can contact me via Google Plus or My Official Account Twitter.

Tidak ada komentar:
Posting Komentar