Libraries tagged by encrypted
oriamdev/encryption-user-db-auth
1 Downloads
This package allows two way encryption on all critical fields inside database. Allows search by encrypted field.
oriamdev/encryption-db-fields
5 Downloads
This package allows two way encryption on all critical fields inside database. Allows search by encrypted field.
nubs/pwman
4 Downloads
A password manager than handles encrypted passwords
mlassoued/doctrine-encrypt-bundle
143 Downloads
Encrypted symfony entity's by verified and standardized libraries
mike-zange/encryptable
16 Downloads
Encryptable Trait for Laravel to make individual fields encrypted
mgazelle/cryptoapi
17 Downloads
Provides classes for implementing encrypted API with the client software
mega6382/hab-encryption
20 Downloads
This class can encrypt and decrypt a string with a given key. It takes a given string and encrypts it by adding the code of o the characters in the string with the codes of the key string. The class can also do the opposite process by reverting to the original string using the same key. It can also encode the result encrypted string with base64 and store it on a file.
manchidede/hashed-passport-for-dusterio-lumen-passport
3 Downloads
Transforms Laravel Passport's default incrementing integer client_id into an industry standard unique hashed string. Optionally, you can use encrypted client secrets for improved security. The package is non-intrusive. See the readme for details.
mahmoudarafat/zatca
6 Downloads
zatca, the VAT thing for KSA, first step, encrypted QRcode that matches with ZATCA.
larapack/attribute-encryption
1936 Downloads
Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
ktsivkov/ssl-encryptor
3 Downloads
Library for SSL generation and encrypted communication
kanti/secrets
3 Downloads
Allows to commit encrypted Secrets
kaemmerlingit/laravel-sign-pad
7 Downloads
Laravel package for of E-Signature with Signature Pad. Privacy friendly (encrypted images) and support for multiple signatures on a single model.
jybtx/rsa-crypt-aes
664 Downloads
This is an extension of RSA and AES encryption and decryption for API interface, which is suitable for encryption and decryption with high requirements for encrypted data
jklz/database-helper
41 Downloads
extends of illuminate/database and illuminate/encryption to handle field data stored in json and encrypted. encrypted via $_ENV[CRYPT.KEY]