Libraries tagged by Decryptor
decrypted/fireblocks-sdk-php
21401 Downloads
Fork - Fireblocks http api client - from jaddek
zbateson/mmp-crypt
1962 Downloads
Cryptographic support for zbateson/mail-mime-parser (encryption, decryption, signing, verification)
zaphyr-org/encrypt
4483 Downloads
A convenient interface for encrypting and decrypting text via OpenSSL using AES-128 and AES-256 encryption.
vortos/vortos-ops-kit
1064 Downloads
Vortos Ops Kit — the one uniform swappable-driver pattern (port + named drivers + DI-keyed registry + capability descriptor + conformance TCK + agnosticism lint + make:driver scaffolder). Shared primitives every deploy/ops concern reuses. Zero runtime reflection.
vortos/vortos-health
1052 Downloads
Vortos Health — canonical probe-based health system (liveness/readiness/startup) plus the Block 18 external synthetic uptime + dead-man heartbeat + capacity/cert detectors. Built on the OpsKit driver pattern: per-probe/per-monitor capability descriptors, budget-bounded aggregation, single-flight DoS guard, legacy bridge for Foundation health checks, and a conformance TCK.
venturedrake/laravel-encryptable
12580 Downloads
Automatically encrypt and decrypt database table fields
thesis/protoregistry
1739 Downloads
Register and lookup protobuf descriptor types.
spryker/propel-encryption-behavior
65083 Downloads
Propel Behavior for seamless encryption/decryption of data columns
simon80119/laravel-database-encryption
16970 Downloads
Auto Encrypt and Decrypt Database through Eloquent
sha256encript/aes-encrypter
11317 Downloads
SHA256 Hash & AES-256-CBC Encrypt/Decrypt SDK for PHP
rafrsr/crypto
31707 Downloads
Easy encrypt and decrypt strings in PHP.
placetopay/php-gnupg
17451 Downloads
A library to encrypt and decrypt with GnuPG
kkiernan/caesar-cipher
18442 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.
internetpixels/sodium-encryption
3362 Downloads
Encrypt and decrypt data with this easy to use PHP encryption library
evit/php-gm-crypto
4748 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.