Closed richardschneider closed 8 years ago
As a product owner I want to use an HSM So that I can tick off a product feature
Many hardware security modules have a network API. The encrypt and decrypt methods of secure-data should be asynchronous, e.g. a Promise.
encrypt
decrypt
secure-data
Promise
Created the branch crypto-promises.
Need to append Async to method names.
Async
As a product owner I want to use an HSM So that I can tick off a product feature
Many hardware security modules have a network API. The
encrypt
anddecrypt
methods ofsecure-data
should be asynchronous, e.g. aPromise
.