Releases: therightstuff/simple-free-encryption-tool
Releases · therightstuff/simple-free-encryption-tool
Release list
v4.0.2 fix inconsistencies
What's Changed
- fix: make randomstring and hash functions consistent and update docs/examples accordingly by @therightstuff in #99
Full Changelog: v4.0.0...v4.0.2
v4.0.0
What's Changed
- Refactor security modules to use Web Crypto API and async/await by @therightstuff in #98
v3.2.0
feat: async supported in browser
inconsistent performance but improved on average
v3.1.0
v3.0.1
feat: Improve RSA safety by switching to OAEP padding with SHA256 hashing
BREAKING CHANGE: no more C# compatibility
minor security patch
v2.0.9 minor safety update
Dependencies updates for safety and security
Updated dependencies with vulnerability patches
v2.0.2 2.0.2
(Breaking changes) security vulnerability patch and improved key generation behaviour
This release includes a secure update to an upstream dependency as well as a long overdue correction to the behaviour of the rsa.generateKeysSync method which now resolves with an error rather than throwing it if a callback function has been provided.
Patch for dependency security vulnerability
v1.3.2 1.3.2