mustafah15 / hasher
demo package to create message hashing
dev-master
2016-06-27 09:39 UTC
Requires
- php: >=5.3.3
- phpseclib/phpseclib: *
This package is auto-updated.
Last update: 2024-11-13 23:13:55 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 :)