if you need to do this: | try this: |
---|---|
Encrypt with a key or passphrase |
spgpEncode
spgpEncodeFile |
Make a digital signature |
spgpEncode
spgpEncodeFile |
Make or verify a detached signature |
spgpDetachedSigCreate
spgpDetachedSigVerify |
Sign a key | spgpKeySign |
Verify a digital signature |
spgpDecode
spgpDecodeFile |
Generate a key pair or sub-key |
spgpKeyGenerate
spgpSubKeyGenerate |
Import a key to the local ring |
spgpKeyImport
spgpKeyImportFile |
Export a key from the local ring |
spgpKeyExport
spgpKeyExportFile |
Find the default User ID or location of the local rings | spgpGetPreferences |
Show all the IDs on the local ring (like pgp -kv )
|
spgpKeyRingID |
Verify that a key is on the local ring |
spgpKeyIsOnRing
spgpKeyRingID spgpKeyRingToFile |
Extract the properties of a key | spgpKeyProps |
Change a key's passphrase | spgpKeyPassChange |
Find out if data is encrypted or signed |
spgpAnalyze
spgpAnalyzeEx spgpAnalyzeFile spgpAnalyzeFileEx |
Enable or disable a key |
spgpKeyDisable
spgpKeyEnable |
Delete a key from the local ring | spgpKeyRemove |