Download the PHP package blocktrail/cryptojs-aes-php without Composer
On this page you can find all versions of the php package blocktrail/cryptojs-aes-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download blocktrail/cryptojs-aes-php
More information about blocktrail/cryptojs-aes-php
Files in blocktrail/cryptojs-aes-php
Download blocktrail/cryptojs-aes-php
More information about blocktrail/cryptojs-aes-php
Files in blocktrail/cryptojs-aes-php
Vendor blocktrail
Package cryptojs-aes-php
Short Description Small openssl_encrypt/decrypt wrapper to be compatible with CryptoJS.AES
License MIT
Package cryptojs-aes-php
Short Description Small openssl_encrypt/decrypt wrapper to be compatible with CryptoJS.AES
License MIT
Please rate this library. Is it a good library?
Informations about the package cryptojs-aes-php
CryptoJS AES PHP
This is a tiny package to make it a little bit easier to encrypt and decrypt in a manner compatible with CryptoJS
.
Crypto
- Cypher: AES-256
- Mode: cbc
- Key Derivation: evpkdf (OpenSSL custom, MD5, 1 iteration)
Installation
You will need to be using Composer in your project. If you aren't using Composer yet, it's really simple! Here's how to install composer and this package:
Next, require Composer's autoloader, in your application, to automatically load required packages in your project:
Or if put the following in your composer.json
:
Usage
All versions of cryptojs-aes-php with dependencies
PHP Build Version
Package Version
No informations.
The package blocktrail/cryptojs-aes-php contains the following files
Loading the files please wait ....