libcrypt-openssl-rsa-perl 0.31-ok1 source package in openKylin

Changelog

libcrypt-openssl-rsa-perl (0.31-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcrypt-openssl-rsa-perl_0.31.orig.tar.gz 25.2 KiB 4173403ad4cf76732192099f833fbfbf3cd8104e0246b3844187ae384d2c5436
libcrypt-openssl-rsa-perl_0.31-ok1.debian.tar.xz 2.3 KiB 4e5d3d7c2675adca35c8dea0fc290b6ef35ce58860b41e2df8d1865277f63707
libcrypt-openssl-rsa-perl_0.31-ok1.dsc 2.1 KiB b06834365f26e720fffb916adc4608437108a2490cf6287ad7a3c810a687091e

View changes file

Binary packages built by this source

libcrypt-openssl-rsa-perl: module for RSA encryption using OpenSSL

 Crypt::OpenSSL::RSA is a Perl module that provides glue to the RSA functions
 in the OpenSSL library. It provides the following functionalities: create a
 key from a string, make a new key, save key to a string, save public portion
 of key to a string using format compatible with OpenSSL's command-line rsa
 tool, encrypt, decrypt, sign, verify, return the size in bytes of a key,
 check the validity of a key.