Name : perl-Convert-PEM
| |
Version : 0.08
| Vendor : obs://build_opensuse_org/Virtualization
|
Release : lp150.3.1
| Date : 2018-08-02 00:01:06
|
Group : Development/Libraries/Perl
| Source RPM : perl-Convert-PEM-0.08-lp150.3.1.src.rpm
|
Size : 0.04 MB
| |
Packager : (none)
| |
Summary : Read/write encrypted ASN.1 PEM files
|
Description :
_Convert::PEM_ reads and writes PEM files containing ASN.1-encoded objects. The files can optionally be encrypted using a symmetric cipher algorithm, such as 3DES. An unencrypted PEM file might look something like this:
-----BEGIN DH PARAMETERS----- MB4CGQDUoLoCULb9LsYm5+/WN992xxbiLQlEuIsCAQM= -----END DH PARAMETERS-----
The string beginning \'MB4C...\' is the Base64-encoded, ASN.1-encoded \"object.\"
An encrypted file would have headers describing the type of encryption used, and the initialization vector:
-----BEGIN DH PARAMETERS----- Proc-Type: 4,ENCRYPTED DEK-Info: DES-EDE3-CBC,C814158661DC1449
AFAZFbnQNrGjZJ/ZemdVSoZa3HWujxZuvBHzHNoesxeyqqidFvnydA== -----END DH PARAMETERS-----
The two headers (\'Proc-Type\' and \'DEK-Info\') indicate information about the type of encryption used, and the string starting with \'AFAZ...\' is the Base64-encoded, encrypted, ASN.1-encoded contents of this \"object.\"
The initialization vector (\'C814158661DC1449\') is chosen randomly.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/Virtualization:/Tests/openSUSE_Leap_15.0/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Convert::PEM)
perl(Convert::PEM::CBC)
perl-Convert-PEM
Requires :