Libraries tagged by encrypt file
castelnuovo/laravel-env
1945 Downloads
Encrypt and decrypt environment files in Laravel
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.
den67rus/lescript
44 Downloads
Lescript is simplified concept of ACME client implementation especially for Let's encrypt service. It's goal is to have one easy to use PHP file without dependencies.
paragonie/ciphersweet
941351 Downloads
Searchable field-level encryption library for relational databases
tecnickcom/tc-lib-pdf-encrypt
600226 Downloads
PHP library to encrypt data for PDF
firmaprofesional/doctrine-encrypt-bundle
37535 Downloads
Symfony2 bundle allows for the encrypting fields marked with annotations using Doctrine. Supports SQL(orm) and MongoDB(odm).
venturedrake/laravel-encryptable
9897 Downloads
Automatically encrypt and decrypt database table fields
fivelab/cryptography
17947 Downloads
Tools for encrypt and decrypt
joelwmale/laravel-encryption
2163 Downloads
A package to easily encrypt & decrypt model fields in Laravel using OpenSSL.
insitaction/field-encrypt-bundle
5737 Downloads
Allows automatic encryption of fields, as required by GDPR.
dynamicpdf/api
1614 Downloads
PHP client library for the DynamicPDF API.
aware/doctrine-aes-bundle
2524 Downloads
Encrypting fields in doctrine entities wit AES
faustoq/laravel-model-encrypt-fields
21 Downloads
Encrypt and decrypt model fields
dwgebler/encrypted-fields-bundle
388 Downloads
Symfony bundle adding support to automatically encrypt fields of Doctrine entities
sumeetghimire/encrypt-decrypt-with-key
23 Downloads
A Laravel package for encrypting and decrypting strings with a key (Fixed: Prevents repeated key generation)