UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
0 stars 0 forks source link

Investigate encryption of messages at rest #44

Closed TobySMurray closed 3 weeks ago

TobySMurray commented 1 month ago

Feature Description

All message data needs to be encrypted at rest. The team will investigate methods for doing this.

Problem You're Trying to Solve

Messages can contain private information that should be kept private.

MNThomson commented 1 month ago

The spec calls for:

Encrypting data in memory/database is pointless:

cc: @TobySMurray