Laravel encryption

Illuminate decryption online

Advanced Encryption Standard(AES) is a symmetric encryption algorithm. AES is the industry standard as of now as it allows 128 bit and 256 bit encryption. Symmetric encryption is very fast as compared to asymmetric encryption and are used in systems such as database system. Following is an online tool to generate AES encrypted password and decrypt AES encrypted password. It provides two mode of encryption and decryption ECB and CBC mode. For more info on AES encryption visit this explanation on AES Encryption.

Laravel uses the Illuminate package for encryption by default, so you can use this service to decrypt data from Laravel.

Please select a key size.

Please enter secret key.

Encryption




Decryption