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.
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.