File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 55
66Full-stack encrypted messaging application using lattice-based methods in Rust + PHP + SQL.
77
8+ ## Disclaimer
9+
10+ This app is meant for educational use.
11+
12+ The encryption methods used have not been hardened against timing attacks or other side-channel attacks.
13+
14+ This code has not been audited for security.
15+
816## iOS
917
1018iOS frontend written in Swift: [ https://github.com/open-encrypt/open-encrypt-ios ] ( https://github.com/open-encrypt/open-encrypt-ios )
@@ -18,14 +26,6 @@ The public API key is `open-encrypt-public-api-key`. It is currently rate limite
1826- Documentation: [ https://docs.open-encrypt.com ] ( https://docs.open-encrypt.com )
1927- RapidAPI: [ https://rapidapi.com/jacksonwalters/api/open-encrypt ] ( https://rapidapi.com/jacksonwalters/api/open-encrypt )
2028
21- ## Disclaimer
22-
23- This app is meant for educational use.
24-
25- The encryption methods used have not been hardened against timing attacks or other side-channel attacks.
26-
27- This code has not been audited for security.
28-
2929## Encryption methods
3030
3131Currently using Rust binaries ` ring-lwe ` v0.1.8 and ` module-lwe ` v0.1.5.
You can’t perform that action at this time.
0 commit comments