xwei3752/yii2-laravel-crypt

yii2-laravel-crypt is yii2 library compatiable with laravel

Installs: 67

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/xwei3752/yii2-laravel-crypt

dev-master 2016-12-27 06:55 UTC

This package is not auto-updated.

Last update: 2025-10-06 20:14:41 UTC


README

this is same as laravel(>=5.1) encrypt and decrypt function.

##example:

$cryption = new \Cryption\Encrypter("yourRandomString","AES-256-CBC");
$cryption->encrypt("yourData");