├── .gitignore ├── composer.json ├── example.php ├── readme.md └── src └── class.ncrypt.php /.gitignore: -------------------------------------------------------------------------------- 1 | test -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mukto90/ncrypt/HEAD/composer.json -------------------------------------------------------------------------------- /example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mukto90/ncrypt/HEAD/example.php -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mukto90/ncrypt/HEAD/readme.md -------------------------------------------------------------------------------- /src/class.ncrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mukto90/ncrypt/HEAD/src/class.ncrypt.php --------------------------------------------------------------------------------