alexsasharegan / crypto
Password hashing utilities
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/alexsasharegan/crypto
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-12 01:13:34 UTC
README
PHP password hashing utilities
Installation
If you're using Composer:
$ composer require alexsasharegan/crypto
Then require in the vendor autoloader:
<?php require_once 'path/to/vendor/autoload.php';
To install from github:
$ git clone https://github.com/alexsasharegan/crypto_lib.git
Then require in the autoloader:
<?php require_once 'path/to/Crypto_lib/Crypto_Autoloader.php';