richardschneider / yappy

Yet another REST API server howling at the moon with JSON
MIT License
2 stars 0 forks source link

Async crypto #124

Closed richardschneider closed 8 years ago

richardschneider commented 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.

richardschneider commented 8 years ago

Created the branch crypto-promises.

richardschneider commented 8 years ago

Need to append Async to method names.