1VOMS::Lite::RSAHelper(3U)ser Contributed Perl DocumentatiVoOnMS::Lite::RSAHelper(3)
2
3
4
6 VOMS::Lite::RSAHelper - Perl extension implementing basic RSA
7 encryption/decryption
8
10 use VOMS::Lite::RSAHelper qw( rsasign rsaencrypt );
11 $HexEData=rsasign($HexData,$HexKey,$HexModulus);
12 $HexEData=rsaencrypt($HexData,$HexKey,$HexModulus);
13
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
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
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.32.1 2021-01-27 VOMS::Lite::RSAHelper(3)