Libraries tagged by private-key
legalone/lead-manager-keygen
0 Downloads
A CLI tool for generation of pub/private keys for Legal One GmbH Lead Manager
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.
hihebark/pushok
0 Downloads
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
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
dmamontov/rsacrypt
918 Downloads
Data encryption using public and private keys.
dakwahkodingdigital/yii2-phpseclib
80 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
27 Downloads
Api Key Management for generating public and private key pairs storing and retrieving the master encryption key.
brdevelopers/laravel-apn-notification-channel
93 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
12 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.
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