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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Currently using Rust binaries `ring-lwe` v0.1.8 and `module-lwe` v0.1.5.

## Database

- The `mySQL` database and all tables can be initialized with the script `schema.sql`.
- The `pgSQL` database and all tables can be initialized with the script `open_encrypt_schema_pg.sql`.
- Passwords are hashed using standard hashing.
- Secure, random tokens stored for user sessions.
- Messages are stored encrypted on the server in a SQL database.
- Messages are stored encrypted on the server in a pgSQL table.
- For both ring-LWE and module-LWE, messages are stored as compressed and encoded base64 strings.

## Backend
Expand Down