{"_id":"insanehash","_rev":"18-c60550cf598cb880532e0de51a05abcc","name":"insanehash","time":{"modified":"2022-06-19T01:28:54.360Z","created":"2011-10-07T22:09:27.416Z","0.0.1":"2011-10-07T22:09:29.502Z","0.0.2":"2015-07-28T18:21:57.580Z","0.0.3":"2015-07-28T18:33:59.049Z","0.0.4":"2015-07-28T21:23:50.318Z","0.0.5":"2015-07-28T21:56:42.518Z","0.0.6":"2015-07-28T22:33:17.305Z","0.0.7":"2015-07-28T22:42:44.558Z","0.0.8":"2015-07-28T22:55:30.718Z","0.0.9":"2015-07-29T05:22:38.749Z","0.1.0":"2015-07-29T05:27:00.381Z","0.1.4":"2019-09-23T22:13:00.894Z"},"maintainers":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"dist-tags":{"latest":"0.1.4"},"description":"Use the lastest SHA3 cryptographic hash algorithm from NIST Hash Competition based on Chris Drost implementation","readme":"# InsaneHash\n\nSince: 10/07/2011   \nAuthor: Thales Pinheiro   \n\n## Abstraction\n\n**InsaneHash** implements the lastest SHA3 cryptographic hash algorithms from NIST Hash Competition[[1]](http://www.nist.gov/itl/csd/sha-100212.cfm) including the winner (**Keccak**)[[2]](http://csrc.nist.gov/groups/ST/hash/sha-3/winner_sha-3.html) based on the **Chris Drost** works.\n\n## Features\n\n* **Fast** algorithms with **low footprint**\n* Choose your **flavor**:\n\t* **Keccak**, by Bertoni, Daemen, Peeters, and van Assche\n\t* BLAKE, by Aumasson, Henzen, Meier, and Phan\n\t* BMW (Blue Midnight Wish), by Gligoroski, Klima, Knapskog, El-Hadedy, Amundsen, and Mjølsnes\n\t* CubeHash, by Dan Bernstein.\n\t* Shabal, by Bresson, Canteaut, Chevalier-Mames, Clavier, Fuhr, Gouget, Icart, Misarsky, Plasencia, Paillier, Pornin, Reinhard, Thuillet, and Videau\n\t* Skein, by Bellare, Callas, Ferguson, Kohno, Lucks, Schneier, Walker, and Whiting\n\t* Half Skein, a 32-bit Skein-256-256 (non-compliant) version\n\n## Installation\n\n* Package `npm install insanehash --save`\n* CLI `npm install -g insanehash`\n\n## Utilization\n\n### Package\n\n1. Require the module `var ih = require('insanehash');`\n2. Calling each algorithm will return the hash:\n  * `ih.blake32('Hi!');` \n      * ceb42cb8ab21fe511b85ecd74933b9f4aafa4d1c67da0778b69e375245942314\n  * `ih.shabal('Hi!');`\n      * 0427065214b9a8ea2d79c73a1a2d02ea3f9c4f71d4c73a30ad2c0bc8b1c172d9\n  * `ih.bmw('Hi!');`\n      * 44fe7f399277b09b8e892a80522b833703abacd5fc7f71da6db96999ca4bdb06\n  * `ih.skein('Hi!');`\n      * 6dbe952ab5ec3bf45a82887953953e3220e1eab7ae9069ae548ac8561691378993210ca0cb0666656614ef858fca9893a9bb6fe149dca792c910d6518aecdd30\n  * `ih.cubehash('Hi!');`\n      * a206bffa3c77a6410270f061e6b264fd79d1a997c06d444ee1bba42cff2b66d3\n  * `ih.halfskein('Hi!');`\n      * 39edf053bf6be95f1af2476f83fbf9b71fa0e3188361def18c879a9f09370f8a\n  * `ih.keccak('Hi!');`\n      * 22dd5d47d9cb35a05e3022a7bac1a39547da7b303aba89cbe9205046d1f0762c\n\n### CLI\n\n1. `insanehash -b 'Hi!'`\n\t* ceb42cb8ab21fe511b85ecd74933b9f4aafa4d1c67da0778b69e375245942314'\n2. `insanehash --blake32 'Hi!'`\n\t* ceb42cb8ab21fe511b85ecd74933b9f4aafa4d1c67da0778b69e375245942314'\n\n_Notes:_ \n\n- _Use **single quotes** for the text!_\n- _`insanehash -h` check all available options_\n- _`insanehash -v` check the version_\n\n## Tests\n\nClone this repository and choose your flavor (GNU Make, NPM or direct):\n\n- To run both CLI and package tests:\n\t- `make test`\n\t- `npm run test`\n- To run only CLI tests:\n\t- `make testCLI`\n\t- `npm run test:cli`\n\t- `./test.sh`\n\t- `sh test.sh`\n- To run only package tests:\n\t- `make testPackage`\n\t- `npm run test:package`\n\t- `./node_modules/mocha/bin/mocha test.js`\n\n_Notes:_\n\n- _test.sh should be **755**. If don't just run `chmod a+x test.sh`_\n- _make requires [GNU Make](http://www.gnu.org/software/make/)_\n- _package test requires [Mocha](https://github.com/mochajs/mocha)_\n","versions":{"0.0.2":{"name":"insanehash","description":"Use the lastest SHA3 cryptographic hash algorithm from NIST Hash Competition based on Chris Drost implementation","keywords":["hash","cryptography","NIST","SHA3"],"repository":{"type":"git","url":"git+ssh://git@github.com/thalesfsp/insanehash.git"},"version":"0.0.2","time":{"0.0.1":"2011-10-07T20:32:17.656Z"},"homepage":"https://github.com/thalesfsp/insanehash","author":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"maintainers":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"directories":{},"engines":{"node":">= 0.4.8"},"dependencies":{},"main":"./index","gitHead":"edc1873939112a8a0fe06f9a3aa31d18167c8a89","bugs":{"url":"https://github.com/thalesfsp/insanehash/issues"},"_id":"insanehash@0.0.2","scripts":{},"_shasum":"dd0173e5f6736363a2fe173d0e613266d5b92854","_from":".","_npmVersion":"2.13.2","_nodeVersion":"0.12.4","_npmUser":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"dist":{"shasum":"dd0173e5f6736363a2fe173d0e613266d5b92854","tarball":"https://registry.npmjs.org/insanehash/-/insanehash-0.0.2.tgz","integrity":"sha512-M6X6l/KkI1G8dW+cwr+6GfKaWg5QTV70JXK0CMxn6SNgdsZHKPLcEjv0TD7fHTTeUzMq3XyDMg7ep6zlk85z3g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDuyfRiUKvbCDHnLimCyAwvcfwn0bMhtcObRVDK/uJMQIhAPtFzQrxQlD6e5xFWBJKLYdyHyW+OGCJkWfXGMRQ5G2O"}]}},"0.0.3":{"name":"insanehash","description":"Use the lastest SHA3 cryptographic hash algorithm from NIST Hash Competition based on Chris Drost implementation","keywords":["hash","cryptography","NIST","SHA3"],"repository":{"type":"git","url":"git+ssh://git@github.com/thalesfsp/insanehash.git"},"version":"0.0.3","homepage":"https://github.com/thalesfsp/insanehash","author":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"maintainers":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"directories":{},"engines":{"node":">= 0.4.8"},"dependencies":{},"main":"./index","scripts":{"git:push":"git add --all && git commit --signoff && git push"},"gitHead":"c4df43e4823c484fb1ae3c40b1a896db051e50c6","bugs":{"url":"https://github.com/thalesfsp/insanehash/issues"},"_id":"insanehash@0.0.3","_shasum":"277debc61b3f0c818bd534b79902dbfd0cadc45d","_from":".","_npmVersion":"2.13.2","_nodeVersion":"0.12.4","_npmUser":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"dist":{"shasum":"277debc61b3f0c818bd534b79902dbfd0cadc45d","tarball":"https://registry.npmjs.org/insanehash/-/insanehash-0.0.3.tgz","integrity":"sha512-q3c8Yfcy18TDmeGLO5X3RoURF1M3SQk5u/L29A4cwxQ7HM+e5EWuhj0WEFOkeudHJUKAzonDBe5gtUEthkITqw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVXpg2Jnhudk1a8nRQUnrnPCw/AB71WusKeyKwNGdYPwIhALT8JgJkfLD/WPRdm+WYyesXiFGrsSfPXh4TeB/IbyM+"}]}},"0.0.4":{"name":"insanehash","description":"Use the lastest SHA3 cryptographic hash algorithm from NIST Hash Competition based on Chris Drost implementation","keywords":["hash","cryptography","NIST","SHA3"],"repository":{"type":"git","url":"git+ssh://git@github.com/thalesfsp/insanehash.git"},"bugs":{"url":"https://github.com/thalesfsp/insanehash/issues"},"version":"0.0.4","homepage":"https://github.com/thalesfsp/insanehash","author":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"contributors":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"maintainers":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"directories":{},"license":"MIT","engines":{"node":">= 0.10.3"},"dependencies":{"commander":"^2.8.1"},"main":"./index","scripts":{"test":"./test.sh","git:push":"git add --all && git commit --signoff && git push"},"gitHead":"12c6de09e17767b104a89a39506af55a9078a04d","_id":"insanehash@0.0.4","_shasum":"192a1574e42b1e490a8d6a36bac9b13b6ca9c602","_from":".","_npmVersion":"2.13.2","_nodeVersion":"0.12.4","_npmUser":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"dist":{"shasum":"192a1574e42b1e490a8d6a36bac9b13b6ca9c602","tarball":"https://registry.npmjs.org/insanehash/-/insanehash-0.0.4.tgz","integrity":"sha512-KIV6kMMAzUHabSjFuZFvJgXcXK9yQFEZfzQzZ24FjIi1uT/Ikdl2b6WPphp9ZuXiYlpQVwG4kbxBA1eeVPSqtw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJP4tJrBV13GpsaMFVFi2PkPuPHpvkg/9yEZRjai21aQIgDduDf36/NhXSakv5DReZnTqELrccRifTgy8ewlzvC14="}]}},"0.0.5":{"name":"insanehash","description":"Use the lastest SHA3 cryptographic hash algorithm from NIST Hash Competition based on Chris Drost implementation","keywords":["hash","cryptography","NIST","SHA3"],"repository":{"type":"git","url":"git+ssh://git@github.com/thalesfsp/insanehash.git"},"bugs":{"url":"https://github.com/thalesfsp/insanehash/issues"},"version":"0.0.5","homepage":"https://github.com/thalesfsp/insanehash","author":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"contributors":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"maintainers":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"directories":{},"license":"MIT","engines":{"node":">= 0.10.3"},"dependencies":{"commander":"^2.8.1","mocha":"^2.2.5"},"main":"lib/insanehash.js","bin":{"insanehash":"./lib/insanehash.js"},"scripts":{"test":"./test.sh && ./node_modules/mocha/bin/mocha test.js","test:cli":"./test.sh","test:package":"./node_modules/mocha/bin/mocha test.js","git:push":"git add --all && git commit --signoff && git push"},"gitHead":"0546da7fd372d902b30fbcbb6450f39df11a18fa","_id":"insanehash@0.0.5","_shasum":"d238f6872c134f499bf48de2d866fa0e517cf3bb","_from":".","_npmVersion":"2.13.2","_nodeVersion":"0.12.4","_npmUser":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"dist":{"shasum":"d238f6872c134f499bf48de2d866fa0e517cf3bb","tarball":"https://registry.npmjs.org/insanehash/-/insanehash-0.0.5.tgz","integrity":"sha512-vYVnKGaOnH5Nrrqjv/pC4mcJR4Uk5IMcps7GnMxpb407B/VC/8s2n3V3Fqf6KbnPHTjZTrpQ8Zh0bn8s6xxFrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDyb10t9dl9EWW3Cj2J0EZ4+3uJHH1Yz3NPoe5/6md/wAiEA5OcI/RZ8ZaCLJwWkwodxSSxZZ75NPPjUkLtQJevJQpg="}]}},"0.0.6":{"name":"insanehash","description":"Use the lastest SHA3 cryptographic hash algorithm from NIST Hash Competition based on Chris Drost implementation","keywords":["hash","cryptography","NIST","SHA3"],"repository":{"type":"git","url":"git+ssh://git@github.com/thalesfsp/insanehash.git"},"bugs":{"url":"https://github.com/thalesfsp/insanehash/issues"},"version":"0.0.6","homepage":"https://github.com/thalesfsp/insanehash","author":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"contributors":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"maintainers":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"directories":{},"license":"MIT","engines":{"node":">= 0.10.3"},"dependencies":{"commander":"^2.8.1","mocha":"^2.2.5"},"main":"bin/insanehash.js","bin":{"insanehash":"./bin/insanehash.js"},"scripts":{"test":"./test.sh && ./node_modules/mocha/bin/mocha test.js","test:cli":"./test.sh","test:package":"./node_modules/mocha/bin/mocha test.js","git:push":"git add --all && git commit --signoff && git push"},"gitHead":"ab323f4b217cfc4e94d504a5577392cfaaf2d9cc","_id":"insanehash@0.0.6","_shasum":"793d4abaa6a1d28dac65b202222f8682bf6f20f5","_from":".","_npmVersion":"2.13.2","_nodeVersion":"0.12.4","_npmUser":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"dist":{"shasum":"793d4abaa6a1d28dac65b202222f8682bf6f20f5","tarball":"https://registry.npmjs.org/insanehash/-/insanehash-0.0.6.tgz","integrity":"sha512-NakxDSdgRjSnjuB2GFeDL5Wr/rAuhAYMCtkCrSCKty7AxkoR1DN+/8v/26uHwkKDTi44x7KH2Srt39xlCHw0Gw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOhmiNxzzZGBW3NbWawNQFJsbyc0iOP+vhDU7g89pTSAIhAPVpdLFYUCDmW+bFFEDo+fvQ0H8RUWIvwqttCBvBqqix"}]}},"0.0.7":{"name":"insanehash","description":"Use the lastest SHA3 cryptographic hash algorithm from NIST Hash Competition based on Chris Drost implementation","keywords":["hash","cryptography","NIST","SHA3"],"repository":{"type":"git","url":"git+ssh://git@github.com/thalesfsp/insanehash.git"},"bugs":{"url":"https://github.com/thalesfsp/insanehash/issues"},"version":"0.0.7","homepage":"https://github.com/thalesfsp/insanehash","author":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"contributors":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"maintainers":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"directories":{},"license":"MIT","engines":{"node":">= 0.10.3"},"dependencies":{"commander":"^2.8.1","mocha":"^2.2.5"},"main":"bin/insanehash.js","bin":{"insanehash":"./bin/insanehash.js"},"scripts":{"test":"./test.sh && ./node_modules/mocha/bin/mocha test.js","test:cli":"./test.sh","test:package":"./node_modules/mocha/bin/mocha test.js","git:push":"git add --all && git commit --signoff && git push"},"gitHead":"19a98177ba1878f3ae4c3422f0501670f9be75a1","_id":"insanehash@0.0.7","_shasum":"fc1496df7dcc25e6f5410fa1cdc65b9265335aeb","_from":".","_npmVersion":"2.13.2","_nodeVersion":"0.12.4","_npmUser":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"dist":{"shasum":"fc1496df7dcc25e6f5410fa1cdc65b9265335aeb","tarball":"https://registry.npmjs.org/insanehash/-/insanehash-0.0.7.tgz","integrity":"sha512-1tIx07Ui0qIRV4737JW6+l/xAV9cEmzpDSS+sN8uUNQvBHARYUjj9zRG/l+lnTwZyXGX6095sLbW+FzBcs1kmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkCQnA8YPShrx51NfhqC940k82BiY8dUcuAWv8vuNnQQIhAJHnOZVmj00u19A851uYY9DtQluaZAyihBsu5Fj0FJzt"}]}},"0.0.8":{"name":"insanehash","description":"Use the lastest SHA3 cryptographic hash algorithm from NIST Hash Competition based on Chris Drost implementation","keywords":["hash","cryptography","NIST","SHA3"],"repository":{"type":"git","url":"git+ssh://git@github.com/thalesfsp/insanehash.git"},"bugs":{"url":"https://github.com/thalesfsp/insanehash/issues"},"version":"0.0.8","homepage":"https://github.com/thalesfsp/insanehash","author":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"contributors":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"maintainers":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"directories":{},"license":"MIT","engines":{"node":">= 0.10.3"},"dependencies":{"commander":"^2.8.1","mocha":"^2.2.5"},"main":"bin/insanehash.js","bin":{"insanehash":"./bin/insanehash.js"},"scripts":{"test":"./test.sh && ./node_modules/mocha/bin/mocha test.js","test:cli":"./test.sh","test:package":"./node_modules/mocha/bin/mocha test.js","git:push":"git add --all && git commit --signoff && git push"},"gitHead":"8b0fad3332a6449d595522c653ff96f0e71589e1","_id":"insanehash@0.0.8","_shasum":"d6a024aae5ed3396d97156e3e9010923c35a1e6b","_from":".","_npmVersion":"2.13.2","_nodeVersion":"0.12.4","_npmUser":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"dist":{"shasum":"d6a024aae5ed3396d97156e3e9010923c35a1e6b","tarball":"https://registry.npmjs.org/insanehash/-/insanehash-0.0.8.tgz","integrity":"sha512-DMwGZB5BuG2YRWkM5pP9FQ47VBH8tBqJyJOB2kKFGZEYcgIx+4fDLczIwTTw1PAWF1iXcUMGRaBq4lzRJmrOOQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCIqLrlmE8pijZAGI19iksBRiFp4YRcrIYyf6qFbc8PQIgOjlc43nuW8lLLt3VhN95oiUuBMdINP+Xl0me2ToAmV4="}]}},"0.0.9":{"name":"insanehash","description":"Use the lastest SHA3 cryptographic hash algorithm from NIST Hash Competition based on Chris Drost implementation","keywords":["hash","cryptography","NIST","SHA3"],"repository":{"type":"git","url":"git+ssh://git@github.com/thalesfsp/insanehash.git"},"bugs":{"url":"https://github.com/thalesfsp/insanehash/issues"},"version":"0.0.9","homepage":"https://github.com/thalesfsp/insanehash","author":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"contributors":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"maintainers":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"directories":{},"license":"MIT","engines":{"node":">= 0.10.3"},"dependencies":{"commander":"^2.8.1","mocha":"^2.2.5"},"main":"bin/insanehash.js","bin":{"insanehash":"./bin/insanehash.js"},"scripts":{"test":"./test.sh && ./node_modules/mocha/bin/mocha test.js","test:cli":"./test.sh","test:package":"./node_modules/mocha/bin/mocha test.js","git:push":"git add --all && git commit --signoff && git push"},"gitHead":"80c44d82317c3349cba5d91eb9ba5fb3a1fd816c","_id":"insanehash@0.0.9","_shasum":"83b7ee29fe56f0a2f8f1fa3957cde497986e1474","_from":".","_npmVersion":"2.13.2","_nodeVersion":"0.12.4","_npmUser":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"dist":{"shasum":"83b7ee29fe56f0a2f8f1fa3957cde497986e1474","tarball":"https://registry.npmjs.org/insanehash/-/insanehash-0.0.9.tgz","integrity":"sha512-Vd4dj8/9U+VJjn7ksL1kKvnjtV674RsT1vUwsn8252lfkvVyOnBoTHuekKAL+TJRS+GmRxrZY7UFLWxV8OX00Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWtC1d4/sxPcf2EpNrHOeL8Ln2yhh7p29gdoVCzoaB5wIhAMQbz2JFpt6x1vxZ0h7WSCxcFga42jPEZD08LHAEt9SG"}]}},"0.1.0":{"name":"insanehash","description":"Use the lastest SHA3 cryptographic hash algorithm from NIST Hash Competition based on Chris Drost implementation","keywords":["hash","cryptography","NIST","SHA3"],"repository":{"type":"git","url":"git+ssh://git@github.com/thalesfsp/insanehash.git"},"bugs":{"url":"https://github.com/thalesfsp/insanehash/issues"},"version":"0.1.0","homepage":"https://github.com/thalesfsp/insanehash","author":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"contributors":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"maintainers":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"directories":{},"license":"MIT","engines":{"node":">= 0.10.3"},"dependencies":{"commander":"^2.8.1","mocha":"^2.2.5"},"main":"bin/insanehash.js","bin":{"insanehash":"./bin/insanehash.js"},"scripts":{"test":"./test.sh && ./node_modules/mocha/bin/mocha test.js","test:cli":"./test.sh","test:package":"./node_modules/mocha/bin/mocha test.js","git:push":"git add --all && git commit --signoff && git push"},"gitHead":"2a908c0ba3e23235a0b5ed173efef7c753ae09ae","_id":"insanehash@0.1.0","_shasum":"247037bbb168dec30af23879bf5537f0a694573d","_from":".","_npmVersion":"2.13.2","_nodeVersion":"0.12.4","_npmUser":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"dist":{"shasum":"247037bbb168dec30af23879bf5537f0a694573d","tarball":"https://registry.npmjs.org/insanehash/-/insanehash-0.1.0.tgz","integrity":"sha512-YKXyrH7ZL8Dscy/xU2CryAUJ44/yt3uzy9R9wQHf9jTWCikQN1fIk27oklKg0Qjtl8vblSuU8rLf0pRmx+6MqQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpjH8yy/P3OZSTk68I2uWHpEZICDDOpCAjHORUBnC+kgIhAO8L637tcU4QAh4UFoUCapFhiCzF609Pn3D4/mIuiAR9"}]}},"0.1.4":{"name":"insanehash","description":"Use the lastest SHA3 cryptographic hash algorithm from NIST Hash Competition based on Chris Drost implementation","keywords":["hash","cryptography","NIST","SHA3"],"repository":{"type":"git","url":"git+ssh://git@github.com/thalesfsp/insanehash.git"},"bugs":{"url":"https://github.com/thalesfsp/insanehash/issues"},"version":"0.1.4","homepage":"https://github.com/thalesfsp/insanehash","author":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"contributors":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"maintainers":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"directories":{},"license":"MIT","engines":{"node":">= 0.10.3"},"dependencies":{"commander":"^2.8.1"},"main":"bin/insanehash.js","bin":{"insanehash":"./bin/insanehash.js"},"scripts":{"test":"npm run test:cli && npm run test:package","test:cli":"./test.sh","test:package":"npm run build && nyc --clean mocha test.js","build":"terser --compress --mangle --output bin/insanehash.js lib/insanehash.js"},"devDependencies":{"mocha":"^6.2.0","nyc":"^14.1.1","terser":"^4.3.1"},"gitHead":"e323a24cf1c56be1fe2c1717f37908437df4030b","_id":"insanehash@0.1.4","_nodeVersion":"12.10.0","_npmVersion":"6.10.3","dist":{"integrity":"sha512-jYiwx9q05uwA84cqCLW3yPyhZnjjDA3QRuHKeJXRUqj0I8ILeKmRtiwETpsGB8I74wbJ6/3eKYblwFvyvCQxKQ==","shasum":"8e32e5e5ac8839b5ea4ab74bc0f7e3c267f82a70","tarball":"https://registry.npmjs.org/insanehash/-/insanehash-0.1.4.tgz","fileCount":6,"unpackedSize":20240,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiUNtCRA9TVsSAnZWagAABfkP/ihhzEU5W9Pfgy4LPsih\nTlVS9DhmT7XRMoSCMZSNL7jmug7fMka1I28O8FiAf8Xdt0W9Y3dhou3hR2+x\nfvB6KT0QRyPYZjcPnc1gYYaEAHjvEu0M1u2qzcCR87U+Ejl3/vp72YV+Gxev\n/WexalKE5DmZLptJIi/3GKWzsN2GQQiTyWc8rx2cuy79jVow1VCdlekV5MOM\n4lxh//vELhEnJD+3dC/HqSiSgZNTvDVbrINr6nqasd34ygkhOeE4x75Q3LbF\n/5a5RK8yEOWTz69pcm6qwIF6AXd/xqdlINlqwpISOStA6xzhaxKvhIkC5asw\nDoso0xmM+1I9psUJxsB1qyudnHFXKHRDh4d3BgQLWJLgyEpyMkVZdMbs3QUM\nhrZ1ZfWjfWR6moaju25O9YZCHISJk9gC2uoB0pO4iFJNO/3rI8ygrZwzZhLY\naRbBw1Bvamf5sK5PHmQi0q3b5DuafD2Ozi9NmHGgSz+E085uu415cdzjnJw2\nbS2cuWe6iEn9v7wtxDU71YtPuMmb4laqym0Y3zQsgV89qs7iicCATwqSZVjm\nQl+0NrujPKvyzeeAe/zSVcC2FtTQLheBF8R24iSSg5pSTsC9peSCphvgcz6t\npNQN/0YCaDkY88P+ffa6EnaRAnJoJya5o2VXlNIMV899R+GMR994zpEIGJxV\n1ZDH\r\n=zfNc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCkxFHy2n+LrpWG/wEDtJ5XjlD/SkSOVq8rxdfOkqbBKwIgJg6eAWUfO28ondcysJX/qx/YxnwIF4mg9yuK1E+VVic="}]},"_npmUser":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/insanehash_0.1.4_1569276780763_0.25068857829732827"},"_hasShrinkwrap":false}},"homepage":"https://github.com/thalesfsp/insanehash","keywords":["hash","cryptography","NIST","SHA3"],"repository":{"type":"git","url":"git+ssh://git@github.com/thalesfsp/insanehash.git"},"author":{"name":"thalesfsp","email":"thalesfsp@gmail.com"},"bugs":{"url":"https://github.com/thalesfsp/insanehash/issues"},"readmeFilename":"README.md","contributors":[{"name":"thalesfsp","email":"thalesfsp@gmail.com"}],"license":"MIT","users":{"dsernst":true}}