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

tripledes-cbc decryption does not contain setAutoPadding(false); resulting in some decryptions failing #23

Closed bensimian closed 7 years ago

bensimian commented 7 years ago

Any reason why des-ede3-cbc does not have setAutoPadding to false. This fails some of the decryption. If setAutoPadding to false results in all decryption working. perhaps allow this to be in options?

bensimian commented 7 years ago

+1

xdmnl commented 7 years ago

@siacomuzzi any news about this issue? There are multiple PR pending trying to solve it.

siacomuzzi commented 7 years ago

done:

sorry for the delay