Libraries tagged by encrypted
pe/component-licensing
14 Downloads
Encrypted license client/server library
pantree/pantree-php
6 Downloads
PHP & Laravel SDK for Pantree — error monitoring and encrypted health reporting
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.
omatech/enigma
1573 Downloads
Enigma is a ciphersweet wrapper for laravel, it gives us the possibility to search on encrypted values.
nubs/pwman
4 Downloads
A password manager than handles encrypted passwords
nazarialireza/laravel-source-switcher
12 Downloads
Dynamically switches Laravel paths between source and encrypted dist files based on environment.
mumincacao/laravel-env-manager
5 Downloads
Encrypted environment variable manager for Laravel.
mnb/mnb-phpexcel
10 Downloads
Framework-neutral modular PHP spreadsheet toolkit with password-encrypted XLSX, document protection, XLS/XLSX/CSV/JSON/XML/ODS, SQL, jobs, HTTP workflows, and low-memory streaming.
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
messageconcept/secure_dotenv
270 Downloads
An encrypted environment configuration handler
meritech/encryption-bundle
3 Downloads
Symfony bundle for transparent Doctrine column encryption with DBAL types and blind index support for searchable encrypted data.
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.