auth0 / node-xml-encryption

W3C XML Encryption implementation for node.js (http://www.w3.org/TR/xmlenc-core/)
MIT License
37 stars 57 forks source link

Crypto library is blocking #90

Open jt-turner-upkeep opened 3 years ago

jt-turner-upkeep commented 3 years ago

This library uses the crypto library that are blocking calls. So not a great idea to use for node.js services. Any chance you are thinking about moving this to a async methods?

Something like: https://github.com/ronomon/crypto-async

gkwang commented 3 years ago

I'll put in in the backlog, but no timeline of when it'll be implemented. We welcome any contributions if you would like to help.