1Crypt::RSA::Primitives(U3s)er Contributed Perl DocumentatCiroynpt::RSA::Primitives(3)
2
3
4

NAME

6       Crypt::RSA::Primitives - RSA encryption, decryption, signature and ver‐
7       ification primitives.
8

SYNOPSIS

10           my $prim = new Crypt::RSA::Primitives;
11           my $ctxt = $prim->core_encrypt (Key => $key, Plaintext => $string);
12           my $ptxt = $prim->core_decrypt (Key => $key, Cyphertext => $ctxt);
13           my $sign = $prim->core_sign    (Key => $key, Message => $string);
14           my $vrfy = $prim->core_verify  (Key => $key, Signature => $sig);
15

DESCRIPTION

17       This module implements RSA encryption, decryption, signature and verfi‐
18       cation primitives. These primitives should only be used in the context
19       of an encryption or signing scheme. See Crypt::RSA::ES::OAEP(3), and
20       Crypt::RSA::SS::PSS(3) for the implementation of two such schemes.
21

ERROR HANDLING

23       See ERROR HANDLING in Crypt::RSA(3) manpage.
24

AUTHOR

26       Vipul Ved Prakash, <mail@vipul.net>
27

SEE ALSO

29       Crypt::RSA(3), Crypt::RSA::Key(3), Crypt::RSA::ES::OAEP(3),
30       Crypt::RSA::SS::PSS(3)
31
32
33
34perl v5.8.8                       2007-04-17         Crypt::RSA::Primitives(3)
Impressum