unamatasanatarai/lara-dropbox-hasher

1.0 2017-03-31 11:55 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:29:21 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?