Part of ENG-3099
This diff implements standard PKCS#7 padding using JS typed arrays.
Differential D7059
[lib] Introduce PKCS#7 padding bartek on Mar 13 2023, 7:40 AM. Authored by Tags None Referenced Files
Details
Part of ENG-3099 This diff implements standard PKCS#7 padding using JS typed arrays. Added unit tests. Also tested using my CLI tool and hex editor / viewer (e.g. xxd tool)
Diff Detail
Event Timeline
Comment Actions Specifically adding @tomek as reviewer since he seemed to have some thoughts during the Encryption Sync (that might've been discussed offline?) Comment Actions Yes, I've met with @bartek and he clarified my concern. The thing which I was missing was the fact that the block padding is always added. Now I can't find any example that won't work.
|