Releases: b3-business/secretshare
secretshare 1.3.0
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
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
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
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
Demo Release 0.1 for secretshare