Libraries tagged by symmetric
karavasilev/cryptomanana
73 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
enflow-nl/php-encryption
19757 Downloads
Secure PHP Encryption Library
qinqw/php-crypto
43 Downloads
Provides an easy and secure way to encrypt/decrypt data with PHP using the Symmetric Cryptography method.(DES,RSA)
php-standard-library/crypto
134 Downloads
Comprehensive cryptography toolkit built on libsodium - symmetric, asymmetric, AEAD, signing, key exchange, and KDF
narf/simple-encryption
27 Downloads
A simple library for symmetric encryption under PHP
jarir-ahmed/data-encryption-utility
29 Downloads
Authenticated symmetric encryption for PHP (AES-256-GCM by default, encrypt-then-HMAC fallback).
initphp/encryption
243 Downloads
Secure, modern symmetric encryption for PHP built on top of OpenSSL and libsodium.
erikwang2013/encryption
493 Downloads
A pluggable cryptography component library: under a unified contract it provides symmetric encryption, asymmetric encryption, hashing, and key derivation (HKDF / PBKDF2), with implementations including AES/Sodium and Chinese national algorithms SM2/SM3/SM4/ZUC. Installable via Composer.
duzun/cycle-crypt
18 Downloads
Variable size symmetric key encryption algorithm
tourze/tls-crypto-symmetric
0 Downloads
TLS对称加密算法实现
phicorp/cipher
80 Downloads
Cipher: A tool for easier working with cryptography for PHP language
moviet/php-encryption
144 Downloads
A speed metal encryption library for php
easeappphp/ea-halite
35 Downloads
A very simple and safe PHP library that provides wrapper methods to handle encryption, decryption along with authentication in both symmetric & asymmetric modes for both text content and files appropriately. This library is based upon Halite library from Paragonie Initiative Enterprises.
dorantor/simple-crypt
9188 Downloads
Very simple lib for symmetric en/decrypt messages so they could be sent through untrusted channels.
co-stack/reversible-php-encryption
1 Downloads
Provides portable reversible encryption functions based on defuse/php-encryption, an advanced symmetric encryption library