mustafah15 / hasher
demo package to create message hashing
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mustafah15/hasher
Requires
- php: >=5.3.3
- phpseclib/phpseclib: *
This package is auto-updated.
Last update: 2025-10-14 01:06:38 UTC
README
simple package to hash text using AES algorithm
##Installation
First open up a console in your project root and use composer to fetcht the package into your project
composer require mustafah15/hasher
Now go into your config/app.php and add the service provider:
Mustafah15\Hasher\HasherServiceProvider::class,
Thats it! Enjoy Hashing :)