This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
Releases: syseleven/shared-secrets
Releases · syseleven/shared-secrets
improved URL parsing and added support for plain GET parameter
0.22b0 prevent parse_url() at wrong place
added length check to local decryption as has been done for local encryption
v0.21b1 added length check to local decryption as has been done for local enc…
introduced multi-line support
v0.21b0 introduced multi-line support
simplified URL-safe Base64 encoding and decoding
0.20b2 simplified URL-safe Base64 encoding and decoding
correct the minimum length of v00 messages
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
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
v0.14b0 introduced read-only mode
fixed file name too long and multiple retrieval through whitespace
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
v0.12b0 decryption of non-MDC-protected messages is now prevented for older v…
legacy-less publication on github
0.11b0 legacy-less publication on github