├── .github └── workflows │ └── php.yml ├── LICENSE ├── README.md ├── composer.json ├── hash.php └── index.php /.github/workflows/php.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArdiArtani/URL-Encryption-Decryption/HEAD/.github/workflows/php.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArdiArtani/URL-Encryption-Decryption/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArdiArtani/URL-Encryption-Decryption/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArdiArtani/URL-Encryption-Decryption/HEAD/composer.json -------------------------------------------------------------------------------- /hash.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArdiArtani/URL-Encryption-Decryption/HEAD/hash.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArdiArtani/URL-Encryption-Decryption/HEAD/index.php --------------------------------------------------------------------------------