back to all repositories

Repository: p5-Crypt-PKCS11

Crypt::PKCS11 provides a full-fledged PKCS #11 v2.30 interface for Perl and together with a PKCS #11 provider .so library you can use all the functionality a Hardware Security Module (HSM) has to offer from within Perl.

Sources

The following sources are packaged in this repository.

Debian Packages

Supported Debian distributions are wheezy, jessie and sid.

Wheezy

echo "deb http://jelu.github.io/p5-crypt-pkcs11/debian wheezy main" | sudo tee /etc/apt/sources.list.d/jelu.github.io.p5-crypt-pkcs11.list
wget -O - https://jelu.github.io/package.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install p5-crypt-pkcs11

Jessie

echo "deb http://jelu.github.io/p5-crypt-pkcs11/debian jessie main" | sudo tee /etc/apt/sources.list.d/jelu.github.io.p5-crypt-pkcs11.list
wget -O - https://jelu.github.io/package.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install p5-crypt-pkcs11

Sid

echo "deb http://jelu.github.io/p5-crypt-pkcs11/debian sid main" | sudo tee /etc/apt/sources.list.d/jelu.github.io.p5-crypt-pkcs11.list
wget -O - https://jelu.github.io/package.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install p5-crypt-pkcs11

Ubuntu Packages

Packages for Ubuntu are provided by LaunchPad, add this PPA to your system to access the packages.

Supported Ubuntu distributions are lucid, precise, trusty, utopic and vivid.

sudo add-apt-repository ppa:jelu/p5-crypt-pkcs11
sudo apt-get update
sudo apt-get install libcrypt-pkcs11-perl

CentOS Packages

Coming soon...

Based on cover template for Bootstrap, by @mdo.