Changes

Jump to navigation Jump to search
189 bytes added ,  18:25, 17 May 2015
no edit summary
Line 31: Line 31:  
=== Decrypt with private key ===
 
=== Decrypt with private key ===
 
  comando gpg -d <encrypted_file>
 
  comando gpg -d <encrypted_file>
 +
 +
=== Signing ===
 +
==== Sign ====
 +
gpg -u <private_Key_ID> --output <output_signed_file> --sign <file_to_sign>
 +
==== Verify signature ====
 +
gpg -d <signed_file>
 +
or
 +
gpg --verify <signed_file>

Navigation menu