aaronspindler / RoomScout

A web app for finding and managing roommates
https://www.roomscout.ca
MIT License
32 stars 5 forks source link

Securely store bill files, either store files in DB encoded or somehow use keys with S3 #3

Closed aaronspindler closed 5 years ago

aaronspindler commented 5 years ago

Need to find a way to securely store users sensitive information such as bills that contain their full name, address, and account information.

Thinking that this can be accomplished by encoding the files into text and then storing the text in a database, or saving the files on S3 Private and then using tokens in URL to allow user to view the file.