1VOMS::Lite::RSAHelper(3U)ser Contributed Perl DocumentatiVoOnMS::Lite::RSAHelper(3)
2
3
4

NAME

6       VOMS::Lite::RSAHelper - Perl extension implementing basic RSA
7       encryption/decryption
8

SYNOPSIS

10         use VOMS::Lite::RSAHelper qw( rsasign rsaencrypt );
11         $HexEData=rsasign($HexData,$HexKey,$HexModulus);
12         $HexEData=rsaencrypt($HexData,$HexKey,$HexModulus);
13

DESCRIPTION

15       VOMS::Lite::RSAHelper is primarily for internal use.  But frankly I
16       don't mind if you use this package directly :-) It takes hex encoded
17       data string and applies RSA encryption to it using the supplied key.
18
19   EXPORT
20       None by default.
21
22       rsasign rsaencrypt if specified.
23

SEE ALSO

25       RFC2313 for RSA encryption/decryption
26
27       This module was originally designed for the SHEBANGS project at The
28       University of Manchester.
29       http://www.mc.manchester.ac.uk/projects/shebangs/ now
30       http://www.rcs.manchester.ac.uk/research/shebangs/
31
32       Mailing list, shebangs@listserv.manchester.ac.uk
33
34       Mailing list, voms-lite@listserv.manchester.ac.uk
35

AUTHOR

37       Mike Jones <mike.jones@manchester.ac.uk>
38
40       Copyright (C) 2006 by Mike Jones
41
42       This library is free software; you can redistribute it and/or modify it
43       under the same terms as Perl itself, either Perl version 5.8.3 or, at
44       your option, any later version of Perl 5 you may have available.
45
46
47
48perl v5.30.0                      2019-07-26          VOMS::Lite::RSAHelper(3)
Impressum