1.1.7 • Published 6 years ago

create-hmac v1.1.7

Weekly downloads
11,533,191
License
MIT
Repository
github
Last release
6 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
pbkdf2browserify-signcrypto-browserify@alebusse/account-lib@mahmudhamid/norsani-api-js@thorswap-lib/xpub-scan@ledgerhq/live-commonvuedragdropuploadimagesnewbit-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-1404design-system-fitbank-450demo-component-skyflyer86editorjs-alerticonselliptic-keychainelectionguardeluck-bitcoinjs-libenefti-galerienujs-ecceosjs-crypteosjs-ecceosjs-ecc-evaeosjs-ecc-priveoseosjs-ecc-rneosjs-ecc2eos-tx-builderesecubit-wallet-sdkdivijs-libdfeuk-frontenddfeuk-frontend-manualdexstorejsdpayjsdiscord.js-bycondiscordjs-con-selfdigital-keyboard-demoseasyplayer-myelectrum-mnemoniceidosjsecc-alajsecashjs-libecdsaechojs-libedc-jsdcsharesjsdcorejs-libdynamics-contracts-xedinarcoinedinarlib-jsed25519-hd-keydaojs-eccdanish-easypaisa-shopdate-to-block-ethdecentdjs-libdecentjs-libflashchainjsfio-wallet-snap-testfastlion-picture-viewerfn-lib-exampleesteem-libevojs-ecc
1.1.7

6 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago