1.1.7 • Published 7 years ago

create-hmac v1.1.7

Weekly downloads
11,533,191
License
MIT
Repository
github
Last release
7 years ago

create-hmac

NPM Package Build Status Dependency status

js-standard-style

Node style HMACs for use in the browser, with native HMAC functions in node. API is the same as HMACs in node:

var createHmac = require('create-hmac')
var hmac = createHmac('sha224', Buffer.from('secret key'))
hmac.update('synchronous write') //optional encoding parameter
hmac.digest() // synchronously get result with optional encoding parameter

hmac.write('write to it as a stream')
hmac.end() //remember it's a stream
hmac.read() //only if you ended it as a stream though
pbkdf2crypto-browserifybrowserify-sign@alebusse/account-lib@mahmudhamid/norsani-api-js@thorswap-lib/xpub-scanvuedragdropuploadimagesnewbit-eccpopsmart-common-authbhp-jsmy-imgproxygolos-classic-dev-jsgolos-classic-js-devbarjsswiftcashjs-lib@bhpnet/bhpnet-js-sdkbhpnetbhpnet-jsbhpnetwork-jsbitpolisjsonegramjsyounitedjsvelarisjsbb-chat@fundefund/funde_ckgql_din_mod@l1nyanm1ng/react-picture-viewertrezor-utxo-libsteem-engine-jssnowgemjscthpb-plugin-socialpcjs-ecc@steakwallet/chainsxwcjs@mogami/keypair@mogami/sdk@mogami/solanacybex-game-addon@belko.tech/belko-multi-wallet-sdkbitgo-utxo-lib-pslcogoportutils@rogerfelipe/digibyte-toolbox-jsthmeventjs@creativebinary/cbsteem-jsjs4cytoscape@infinitebrahmanuniverse/nolb-create-hcosmos-crypto-lib@cdn-test/keypair@saaspe/components@everything-registry/sub-chunk-1404taman-baca-masyarakatte_lib_2tanngotcjs-ecctapyrusjs-libsymbol-hd-walletstest-carosello-campuswlsjswlsjs-stagingwoocommerce-apiwisperjsvue-button-test1webchewebdesa-laravel-final-releasewehelpjswenay-commonx4tradejswwwappz-woocommerce-rest-apixchat-cryptosuperagent-http-signaturesupercluster-googlemaps-adapter-clonessthjssth-tssticky-scroll-catchtestapatest-solidity-npmtestgamebanksvelte-component-libswipechainjstext-hidertextfield-samplethird-partythumbor-js-url-builderviz-world-jsviz-js-libvue-compmentvktjs-eccvit-jsvisio-js-libvisiocoin-js-libvcloudcam-playkit-js-hlsvexjs-eccvoilkvitejs-notthomizvitejs-notthomiz-walletvitejs-notthomiz-wsvue-dev-clone@dripjs/bitmex@dripjs/exchanges@drkmtrx/crypto-browserify
1.1.7

7 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago