Mac-Apps-MacPGP

 view release on metacpan or  search on metacpan

MacPGP-scripts.readme  view on Meta::CPAN

Clipboard scripts will suffice.

    *If you have OtherMenu, I highly recommend putting the script folder
in your OtherMenu folder.  With Glidel, you can also use Drag-n-Drop
with OtherMenu.


BBEdit Extensions/MacPGP-ClearSign      ClearSign front window/selection
BBEdit Extensions/MacPGP-Decrypt        Decrypt front window/selection
BBEdit Extensions/MacPGP-Encrypt        Encrypt front window/selection
Clipboard/ClearSign.pl                  ClearSign clipboard
Clipboard/Decrypt.pl                    Decrypt/Verify clipboard
Clipboard/Encrypt.pl                    Encrypt clipboard
Clipboard/Extract.pl                    Extract default user's key
Droplets/Decrypt.pl                     Decrypt encrypted file
Droplets/Encrypt.pl                     Encrypt file
YA-NewsWatcher/ClearSign.pl             ClearSign message text
YA-NewsWatcher/Encrypt.pl               Encrypt message text
YA-NewsWatcher/Verify.pl                Verify article signature

#================================================================
Chris Nandor                                      pudge@pobox.com
PGP Key 1024/B76E72AD                           http://pudge.net/

lib/Mac/Apps/MacPGP.pm  view on Meta::CPAN

Encrypt.  Returns encrypted text for C<$TYPE="ncrd">.

$object->encrypt(TYPE, DOBJ, [RECV|CPAS], PASS, USID, SIGN, READ, OUTP, LATI, WRAP, ALNS, TABX, MDAL, WSRC, COPT);

=item TYPE

One of "encr" (encrypt files), "ncrd" (encrypt data), or "cncr" (conventional encryption).

=item DOBJ

For C<$TYPE="encr"> or C<"cncr">, C<$DOBJ> is either a filename or a reference to an array of filenames.  For C<$TYPE="ncrd">, C<$DOBJ> is the data to be encrypted.  If C<$DOBJ> is empty, MacPGP will attempt to encrypt the clipboard instead.

=item RECV

Either the name of a recipient or a reference to an array of recipients.  (encr and ncrd only)

=item CPAS

Password used for conventional encryption.  Optional.  (cncr only)

=item PASS

lib/Mac/Apps/MacPGP.pm  view on Meta::CPAN

Decrypt.  Returns decrypted text for C<$TYPE="dcrd"> and C<$DOBJ ne undef>.  Returns signatures for C<$TYPE="decr">.

$object->decrypt(TYPE, DOBJ, PASS, SCRE, NSIG, APL2, RECV);

=item TYPE

One of "decr" (decrypt files), "dcrd" (decrypt data).

=item DOBJ

For C<$TYPE="decr">, C<$DOBJ> is either a filename or a reference to an array of filenames.  For C<$TYPE="dcrd">, C<$DOBJ> is the data to be decrypted.  If C<$DOBJ> is empty, MacPGP will attempt to decrypt the clipboard instead.  To get signatures fr...

=item PASS

The password.  Optional.

=item SCRE

Decrypt to screen instead of file?  Boolean.  Optional.

=item NSIG

lib/Mac/Apps/MacPGP.pm  view on Meta::CPAN

Sign.  Returns encrypted signed text for C<$TYPE="sigd">, returns signature results for C<$TYPE="sign">.

$object->sign(TYPE, DOBJ, PASS, USID, SIGN, READ, OUTP, LATI, WRAP, ALNS, TABX, MDAL, STFX);

=item TYPE

One of "sign" (sign files), "sigd" (sign data).

=item DOBJ

For C<$TYPE="sign">, C<$DOBJ> is either a filename or a reference to an array of filenames.  For C<$TYPE="sigd">, C<$DOBJ> is the data to be signed.  If C<$DOBJ> is empty, MacPGP will attempt to sign the clipboard instead.

=item PASS

The password.  Optional.

=item USID

Name of secret key.  Optional.

=item SIGN



( run in 0.978 second using v1.01-cache-2.11-cpan-81fc1098f69 )