Libraries tagged by file encryption
sfynx-project/tool-utils-bundle
966 Downloads
This Bundle provides tool libraries and services of route and role and twig extensions.
grazulex/laravel-configrypt
1 Downloads
Encrypt sensitive values in your Laravel .env file and decrypt them automatically at runtime — safe, seamless, and config-driven.
darshphpdev/laravel-settings
11 Downloads
A flexible Laravel package for managing application settings with support for file or database storage, encryption, and array format customization.
darsyn/obfuscator
94 Downloads
Obfuscate PHP source files with basic XOR encryption in userland code at runtime.
shineklbm/aes-file-encrypt
99 Downloads
An AES file encryption library based on http://aescrypt.com
sa/ssl-file-encryption
21 Downloads
SSL file encryption
querdos/qfile-encryption-bundle
85 Downloads
A bundle for file encryption under symfony
pimenvibritania/file-crypter
7 Downloads
Encrypt and decrypt any files with AES & Blowfish encryption for PHP (Laravel) project
sidus/encryption-bundle
1169 Downloads
The EncryptionBundle allows you to store encrypted files and data in Doctrine's entity in a very simple way
cleverage/encryption-bundle
961 Downloads
The EncryptionBundle allows you to store encrypted files and data in Doctrine's entity in a very simple way
ufhy/file-vault
7 Downloads
secureit/file-vault
29 Downloads
piggly/url-file-signer
12 Downloads
Generate a URL with unique parameters and a signature to prevent invalid accesses.
omar-mostro/file-vault
44 Downloads
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.