Package Data | |
---|---|
Maintainer Username: | xwei3752 |
Maintainer Contact: | xwei3752@gmail.com (xwei) |
Package Create Date: | 2016-12-23 |
Package Last Update: | 2016-12-27 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 15:03:50 |
Package Statistics | |
---|---|
Total Downloads: | 67 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 2 |
Total Open Issues: | 0 |
this is same as laravel(>=5.1) encrypt and decrypt function.
##example:
$cryption = new \Cryption\Encrypter("yourRandomString","AES-256-CBC");
$cryption->encrypt("yourData");