unamatasanatarai/lara-dropbox-hasher

Hash me like with dropbox

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/unamatasanatarai/lara-dropbox-hasher

1.0 2017-03-31 11:55 UTC

This package is not auto-updated.

Last update: 2025-09-28 07:42:32 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?