Skip to content

Releases: b3-business/secretshare

secretshare 1.3.0

18 Aug 20:59

Choose a tag to compare

FEAT: Move encryptionKey from query parameter to hash. This will completely secure the secret.
Previously (version < 1.3) the encryptionKey for secrets without custom passphrase was in query Parameters and thus sent to the server.

Proxies with TSL Termination have been able to see the encryption key. This is no longer the case.
The hash is only client side and is not being sent to server.

Also fixes compile command, but is only relevant for devs.

Full Changelog: 1.2.0...1.3.0

secretshare 1.2.0

19 Jul 19:00

Choose a tag to compare

What's Changed

  • Improve design by @bjesuiter in #5
  • Migrate to real tailwind by @Bloodiko in #6
  • improve server and client verbosity

Full Changelog: 1.1.0...1.2.0

v1.1.0

13 Jul 11:02

Choose a tag to compare

What's Changed

  • Tailwind css without precompile by @bjesuiter in #2
  • Fix log display by @bjesuiter in #3
  • fixed security issue where hash table attacks were possible due to the key hash being present in the fetched secret --> #4
  • add view count limit

Full Changelog: 1.0.0...1.1.0

secretshare 1.0.0

10 Mar 21:10

Choose a tag to compare

Disclaimer

This version does have a potential security issue. Please do not use.
See #4


deno compile works now, thus here the first release.

Create and share text with urls.

Data is encrypted and decrypted in the browser.
The server does only carry the secret in memory.

secretshare 0.1 demo

08 Apr 09:43

Choose a tag to compare

secretshare 0.1 demo Pre-release
Pre-release

Demo Release 0.1 for secretshare