digitalbazaar / forge

A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
https://digitalbazaar.com/
Other
5.01k stars 767 forks source link

In CTR mode, support to encrypt/decrypt from the middle of a message #1077

Open zboris12 opened 2 months ago

zboris12 commented 2 months ago

Added support to perform encryption/decryption from the middle of a message by specifying a counter value in CTR mode.