Source: libcrypt-openssl-rsa-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Salvatore Bonaccorso , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), dh-sequence-perl-openssl, libcrypt-openssl-bignum-perl , libcrypt-openssl-guess-perl, libcrypt-openssl-random-perl , libssl-dev, perl-openssl-defaults, perl-xs-dev, perl:native, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-openssl-rsa-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-openssl-rsa-perl.git Homepage: https://metacpan.org/release/Crypt-OpenSSL-RSA Package: libcrypt-openssl-rsa-perl Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libcrypt-openssl-bignum-perl, libcrypt-openssl-random-perl, Description: 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.