Releases: therightstuff/simple-free-encryption-tool
minor security patch
v2.0.11 2.0.11
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
Security dependencies update
v1.3.1 1.3.1
Expose randomstring package via utils module
sfet.aes.generateKey()
has been deprecated in favour of sfet.utils.randomstring
's .generate()
function. Please review the randomstring page for detailed usage instructions.
node.js sha256 fix and C# examples files
The previous release does not provide direct access to sfet.sha256
when including the package in node.js, this corrects that oversight as well as provides the C# examples files that were previously only accessible from the gists.
Add signing and signature verification
Message signing and signature verification has been added that has been verified compatible with browser, node.js and C#.
AES key hashing consistency update
In the previous update keys of the correct length weren't hashed. To maintain consistency, now all keys are hashed regardless of length.