This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
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.