Libraries tagged by private-key
inovanti-bank/rsa-validator
666 Downloads
Package for validation and decryption using RSA public keys (Private Key and Public Key)
actinity/signed-urls
587 Downloads
Signs and validates URLs with public/private keys
sop/pkcs8
185 Downloads
A PHP implementation of PKCS #8 encrypted private-key.
sop/crypto-util
2894 Downloads
A PHP library of various utilities for cryptographic applications.
karavasilev/cryptomanana
58 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
br/signed-request-bundle
1726 Downloads
Symfony2 Bundle that provides request and response signing
benycode/key-signatory
69 Downloads
Validate and sign content with a private and public key
bentools/shh-bundle
12993 Downloads
A Symfony bundle to handle secrets.
opcnz/silverstripe-gpgmailer
403 Downloads
The GPG Mailer module improves privacy by allowing emails being sent from SilverStripe CMS to be encrypted and/or signed using GPG public and private keys.
exeerik/pushok
94 Downloads
Customized PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) or certificate-based authentication
dakwahkodingdigital/yii2-phpseclib
92 Downloads
Generator Public and Private Key on Yii2 Framework
brdevelopers/laravel-apn-notification-channel
116 Downloads
Apple Push Notification Service (APNs) notifications channel for Laravel 6 using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)
bespredel/encryption-form
29 Downloads
A Laravel package to securely encrypt form fields on the client-side using public key encryption and decrypt them on the server-side using the private key.
webmasterskaya/crypto-types
70 Downloads
A PHP library of various ASN.1 types for cryptographic applications.
vzool/api-hmac-guard
56 Downloads
A simple and secure way of authenticating your APIs with API HMAC keys using Laravel