Libraries tagged by public-key
violuke/rsa-ssh-key-fingerprint
72362 Downloads
Generate a fingerprint from an RSA SSH public key.
typo3/cms-rsaauth
322776 Downloads
Contains a service to authenticate TYPO3 BE and FE users using private/public key encryption of passwords
sop/crypto-util
2754 Downloads
A PHP library of various utilities for cryptographic applications.
karavasilev/cryptomanana
52 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
paragonie/hpkp-builder
43130 Downloads
Easily integrate HTTP Public-Key-Pinning headers into your application.
petrknap/crypto-sodium
53 Downloads
Crypto Sodium
bravist/pikirasa
85 Downloads
PKI public/private RSA key encryption using the OpenSSL extension
benycode/key-signatory
13 Downloads
Validate and sign content with a private and public key
frbit/message-signer
1328 Downloads
A flexible message signing and verification framework. Includes Guzzle3 and Guzzle4 Plugin.
troia-studio/ssh-key-validator
84 Downloads
SSH Public Key validator
syntaxseed/libsodium
37 Downloads
A wrapper/facade class for PHP's Libsodium extension functions. Covers symmetric and public key encryption functions.
swissmakers/php-openssh
8 Downloads
Allows you to generate 4096 Bit RSA private/public key-pairs, which can be used as authentication method and to encrypt / decrypt strings.
knik/x509
6001 Downloads
A PHP library for X.509 public key certificates, attribute certificates, certification requests and certification path validation.
friendsoftypo3/rsaauth
2162 Downloads
Legacy service to authenticate TYPO3 BE and FE users using private/public key encryption of passwords
doing/sign
27 Downloads
通过公钥、私钥和appId进行加密、解密和签名的一种加密类:主要可以运用到接口调用授权中