Looking to hire Laravel developers? Try LaraJobs

yii2-laravel-crypt maintained by xwei3752

Description
yii2-laravel-crypt is yii2 library compatiable with laravel
Author
Last update
2016/12/27 07:55 (dev-master)
License
Links
Downloads
67

Comments
comments powered by Disqus

yii2-laravel-crypt

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

##example:

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