Libraries tagged by private keys
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
brdevelopers/laravel-apn-notification-channel
80 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
simplicate/rainforest-auth
7 Downloads
PHP port of Rainforest QA's rainforestapp/auth Ruby gem - allows verification of Rainforest webhook messages using your private API key.
xbing2002/crypto
8 Downloads
Encrypting and signing data using private/public keys
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.
eplayment/laravel-crypto-pkg
3 Downloads
Encrypting and signing data using private/public keys
blazemv/cryptx
11 Downloads
Simple PHP library for encrypting and decrypting data using private and public pem key files
kruegge82/billbee-php-sdk-api
14 Downloads
Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.