Libraries tagged by private-key
langleyfoxall/php-rsa-signer
86 Downloads
🔒 Simplifies the process of signing API payloads with a specific private key
jwt-token/anillkas
0 Downloads
Generating jwt token using only private key
jsoltani/js-rsa-crypt
19 Downloads
Data encryption using public and private keys.
fikoborizqy/bose-crypt
2 Downloads
Cryptography (Borizqy Secure Encryption) encrypts by private-key you decided, decrypts by private-key you decided and public-key that was generated once you encrypt.
exeerik/pushok
81 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
dragu/bitcoin-ecdsa
12 Downloads
PHP library allowing to generate BTC addresses from private keys
dakwahkodingdigital/yii2-phpseclib
79 Downloads
Generator Public and Private Key on Yii2 Framework
cpuchain-php/cpuchain-ecdsa
2 Downloads
PHP library allowing to generate CPU addresses from private keys
bytesfield/key-manager
25 Downloads
Api Key Management for generating public and private key pairs storing and retrieving the master encryption key.
brdevelopers/laravel-apn-notification-channel
78 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)
arzeroid/laravel-model-ssh-encryptable
12 Downloads
A simple trait to encrypt attributes using public key before saving to the database and to decrypt attributes using private key before using their values