Libraries tagged by decryot
decrypted/twitch-sdk
53750 Downloads
TwitchTV API SDK for PHP
decrypted/php-amqplib
19592 Downloads
Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.
decrypted/fireblocks-sdk-php
2890 Downloads
Fork - Fireblocks http api client - from jaddek
venturedrake/laravel-encryptable
9176 Downloads
Automatically encrypt and decrypt database table fields
spryker/propel-encryption-behavior
56734 Downloads
Propel Behavior for seamless encryption/decryption of data columns
sinemacula/laravel-cached-crypt
744 Downloads
A Laravel package that adds transparent caching to decrypted values for improved performance across encrypted attributes.
simon80119/laravel-database-encryption
9974 Downloads
Auto Encrypt and Decrypt Database through Eloquent
sha256encript/aes-encrypter
6544 Downloads
SHA256 Hash & AES-256-CBC Encrypt/Decrypt SDK for PHP
rafrsr/crypto
29674 Downloads
Easy encrypt and decrypt strings in PHP.
quasarstream/srtp
585 Downloads
A PHP library for Secure RTP (SRTP) packet encryption and decryption using OpenSSL FFI.
placetopay/php-gnupg
13402 Downloads
A library to encrypt and decrypt with GnuPG
pensiero/php-openssl-cryptor
58684 Downloads
Simple to use class for encrypting/decrypting using the PHP Openssl library.
latzou/sm2
1106 Downloads
This is a PHP library for sm2 encrypt decrypt and sm3 hash
kkiernan/caesar-cipher
17164 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.
evit/php-gm-crypto
1922 Downloads
Fully compatible with the sm4-cbc and sm4-ecb state secret SM algorithms of openssl. When openssl >= 1.1.1 supports the state secret algorithm, directly call openssl for SM4 encryption and decryption, otherwise call the custom algorithm.