Skip to content

Releases: therightstuff/simple-free-encryption-tool

minor security patch

09 Jan 21:06
Compare
Choose a tag to compare

v2.0.9 minor safety update

30 Oct 12:16
Compare
Choose a tag to compare

Dependencies updates for safety and security

Updated dependencies with vulnerability patches

10 May 18:40
Compare
Choose a tag to compare

(Breaking changes) security vulnerability patch and improved key generation behaviour

08 Mar 21:06
Compare
Choose a tag to compare

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

31 Jul 02:34
Compare
Choose a tag to compare

Security dependencies update

23 Jul 08:54
Compare
Choose a tag to compare

Expose randomstring package via utils module

30 May 15:35
Compare
Choose a tag to compare

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

06 May 21:36
Compare
Choose a tag to compare

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

05 May 22:45
Compare
Choose a tag to compare

Message signing and signature verification has been added that has been verified compatible with browser, node.js and C#.

AES key hashing consistency update

02 Apr 22:37
Compare
Choose a tag to compare

In the previous update keys of the correct length weren't hashed. To maintain consistency, now all keys are hashed regardless of length.