Libraries tagged by laravel4 encryption
blu3blaze/laravel-xchacha20-encrypter
177 Downloads
Seamlessly integrate XChaCha20-Poly1305 encryption into Laravel application
hernandev/laravel-aead
23 Downloads
Advanced Encryption with Associated Data (AEAD) for Laravel.
thetribephotography/laravel_vault
8 Downloads
A Laravel package that helps you easily integrate and manage secrets from HashiCorp Vault, with caching and env/config-style access.
soved/laravel-magic-auth
1181 Downloads
Authenticate users using a magic link
rezgui/laravel-source-encrypter
33 Downloads
Laravel Source Encrypter 6 / 7 / 8 / 9 / 10 / 11
pdaleramirez/asymmetric-encryption
15 Downloads
A laravel package that encrypts your data with private public key pairs using asymmetric encryption.
larapack/attribute-encryption
1932 Downloads
Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
ibf/laravel-encrypter
74 Downloads
Laravel Encrypter
grazulex/laravel-configrypt
3 Downloads
Encrypt sensitive values in your Laravel .env file and decrypt them automatically at runtime — safe, seamless, and config-driven.
dolphiq/laravel-aescrypt
1700 Downloads
AES encrypt and decrypt Eloquent attributes inspired by elocryptfive
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.
io238/eloquent-encoded-ids
51 Downloads
Automatic route key encryption for Laravel Eloquent using Hashids (short, unique, non-sequential ids) with prefix support
mfonte/base62x
304 Downloads
A Base62x PHP implementation library, that can be used in frameworks like Laravel, that supports encoding/decoding of strings, arrays, objects, and binary resources. It also supports Gzip compression/decompression and symmetric encryption.
m-wardany/hash-ids
475 Downloads
This package is designed to hash sequential keys so that they appear as random characters, making them difficult to predict. There is no requirement to check if the key already exists in the database before saving, as each key is guaranteed to be unique
hamoi1/eloquent-encryptable
129 Downloads
This package provides a way to encrypt and decrypt the data in the database using the Hill Cipher algorithm.