1. Go to this page and download the library: Download sextanet/aduana 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/ */
sextanet / aduana example snippets
// Step 1: set a password
\SextaNet\Aduana\Aduana::setPassword('yourSecurePassword');
// Step 2: encrypt your data
return \SextaNet\Aduana\Aduana::encrypt('hello, from Aduana (:');
// Step 1: set a password
\SextaNet\Aduana\Aduana::setPassword('yourSecurePassword');
// Step 2: decrypt your data
return \SextaNet\Aduana\Aduana::decrypt('dWSNOkN6mqxeCH0v3mzbWlJxRDJWTGE1WUxSQnN1eVNlbCtuNzdlOTFWSDUybFJIYVluNGNDMFZ4ajQ9');