Releases: dag0310/otp-crypto
Releases · dag0310/otp-crypto
v6.1.0
- Add "bytesLeft" return property for number of bytes left after XOR operation
v4.2.0
- Add "bytesLeft" return property for number of bytes left after XOR operation
v6.0.0
- Fix (NodeJS only): Update minimum NodeJS engine from 16 to 20 so the global "crypto" object can actually be accessed in generateRandomBytes() method
v5.1.0
- Add type definitions
- Remove redundant index.js file which is not needed by NodeJS import
v5.0.0
Added features
- Refactor to ES module syntax: Unify Browser and NodeJS code
- No breaking changes concerning the API are introduced, except:
- Minimum NodeJS version: 16.0.0
v4.1.0
Added features
- Make the library Node.js compatible
- Expose encryptedDataConverter, decryptedDataConverter, xorByteArrays
- Allow converting between base64 strings and byte arrays with converters
v4.0.0
Breaking changes
- Allow encryption/decryption even when key is too short but inform about it