PHP code example of mdnayeemsarker / encryption

1. Go to this page and download the library: Download mdnayeemsarker/encryption library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

mdnayeemsarker / encryption example snippets

bash
'nenc_key' => env('NENC_KEY', 'set here'),
'nenc_is_debug' => env('NENC_IS_DEBUG', set here true/false),
bash
NENC_KEY='key for encryption'
NENC_IS_DEBUG=true/false