For more information... RTFM!
NAVIGATION
RECENTLY VIEWED
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

encrypt

Encrypt the body text using PGP or GnuPG and the supplied key.

See the EncryptProgram local configration directive.

Example

[filter encrypt.KEY]Some text to encrypt[/filter]

Source code

sub {
    my ($val, $tag, $key) = @_;
    return Vend::Order::pgp_encrypt($val, $key);
}

Category:  Filters
Last modified by: Kevin Walsh
Modification date: Thursday 15 February 2007 at 7:37 PM (EST)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us