unamatasanatarai / lara-dropbox-hasher
Hash me like with dropbox
1.0
2017-03-31 11:55 UTC
This package is not auto-updated.
Last update: 2024-11-10 03:31:02 UTC
README
==== Feel free to set your own pepper
app('hash')->setPepper(16-bytes);
====
add this to config/app providers (or replace the current HashServiceProvider):
Unamatasanatarai\Hashing\DropboxHashServiceProvider::class
Everything else works as it used to.
"require": {
"unamatasanatarai/dropbox-hasher": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/unamatasanatarai/dropbox-hasher.git"
}
],
@todo:
- needsRehash
- automate pepper setting, maybe in the service provider?