Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

Full-stack encrypted messaging application using lattice-based methods in Rust + PHP + SQL.

## Disclaimer

This app is meant for educational use.

The encryption methods used have not been hardened against timing attacks or other side-channel attacks.

This code has not been audited for security.

## iOS

iOS frontend written in Swift: [https://github.com/open-encrypt/open-encrypt-ios](https://github.com/open-encrypt/open-encrypt-ios)
Expand All @@ -18,14 +26,6 @@ The public API key is `open-encrypt-public-api-key`. It is currently rate limite
- Documentation: [https://docs.open-encrypt.com](https://docs.open-encrypt.com)
- RapidAPI: [https://rapidapi.com/jacksonwalters/api/open-encrypt](https://rapidapi.com/jacksonwalters/api/open-encrypt)

## Disclaimer

This app is meant for educational use.

The encryption methods used have not been hardened against timing attacks or other side-channel attacks.

This code has not been audited for security.

## Encryption methods

Currently using Rust binaries `ring-lwe` v0.1.8 and `module-lwe` v0.1.5.
Expand Down