PeculiarVentures / node-webcrypto-ossl

A WebCrypto Polyfill for Node in TypeScript built on OpenSSL.
MIT License
128 stars 40 forks source link

Updated Key Storage Syntax for Set Item #166

Closed navneetkrishnam closed 4 years ago

navneetkrishnam commented 4 years ago

The syntax for storing using keyStorage is keyStorage.setItem(item,itemName) and not keyStorage.setItem(itemName,item)

microshine commented 4 years ago

A new version node-webcrypto-ossl@2.1.2 is published