dreamaker / ncrypt
this will encrypt and decrypt what ever data you parse into it
v1.0.1
2018-07-10 23:40 UTC
This package is not auto-updated.
Last update: 2024-11-08 17:27:12 UTC
README
Table of Contents
Install
To install the NCRYPT
first download via composer by running the command composer require dreamaker\ncrypt
if you do not have composer you could just clone this repo
after download
Then include or into your project directory and put this at the top of you class or file
use Dreamaker\Crypt\Crypt;
Documentation
Crypt::encrypt($value)
This method will simply encrypt your value
Crypt::decrypt($value)
This method will simply decrypt your value
License
NCrypt is free software distributed under the terms of the MIT license.
Contribution guidelines
Please report any issue you find in the issues page.
Pull requests are welcome.