Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Releases: syseleven/shared-secrets

improved URL parsing and added support for plain GET parameter

13 Nov 15:04
Compare
Choose a tag to compare
0.22b0

prevent parse_url() at wrong place

added length check to local decryption as has been done for local encryption

08 Nov 07:31
Compare
Choose a tag to compare
v0.21b1

added length check to local decryption as has been done for local enc…

introduced multi-line support

07 Nov 15:37
Compare
Choose a tag to compare
v0.21b0

introduced multi-line support

simplified URL-safe Base64 encoding and decoding

31 Oct 10:24
Compare
Choose a tag to compare
0.20b2

simplified URL-safe Base64 encoding and decoding

correct the minimum length of v00 messages

30 Oct 16:43
Compare
Choose a tag to compare
v0.20b1

correct the minimum length of v00 messages from 50 (without the MAC) …

rewrote encryption schemes to not be reliant on 3rd party JavaScript crypto or GPG

30 Oct 16:10
Compare
Choose a tag to compare

This is the first release that does not rely on GPG or 3rd party JavaScript crypto libraries but rather directly implements two encryption schemes using the Web Cryptography API for the browser-based client-side encryption and PHP's OpenSSL binding for the server-side encryption. The file ENCRYPTION.md has been added which decribes the implemented encryption schemes in detail.

introduced read-only mode

28 Oct 08:21
Compare
Choose a tag to compare
v0.14b0

introduced read-only mode

fixed file name too long and multiple retrieval through whitespace

02 Nov 22:13
Compare
Choose a tag to compare
v0.13b0

fixed file name too long and multiple retrieval through whitespace

decryption of non-MDC-protected messages is now prevented for older versions of GnuPG that set the return code to 0

22 Jun 07:21
Compare
Choose a tag to compare
v0.12b0

decryption of non-MDC-protected messages is now prevented for older v…

legacy-less publication on github

10 Aug 13:15
Compare
Choose a tag to compare
0.11b0

legacy-less publication on github