OasisLMF / OpenDataTransform

An open-source Python-based catastrophe data transformation - converts exposure data between OED and other data formats.
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

UI - Db security #63

Open stufraser1 opened 2 years ago

stufraser1 commented 2 years ago
OmegaDroid commented 2 years ago

How would you like the encryption to work? Are we just hiding the password in the ui or do we need to add passwords to the files to open them? Maybe add a keyfile somewhere on the system?

stufraser1 commented 2 years ago

The request was to hide the password, not to add passwords to the files. Suggest we tackle hiding the password only at this point.

On Mon, 11 Apr 2022, 09:41 Daniel Bate, @.***> wrote:

How would you like the encryption to work? Are we just hiding the password in the ui or do we need to add passwords to the files to open them? Maybe add a keyfile somewhere on the system?

— Reply to this email directly, view it on GitHub https://github.com/OasisLMF/OpenDataTransform/issues/63#issuecomment-1094716881, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC7PNYTIWFZNHT4HP663QNDVEPQSTANCNFSM5SSJC5UQ . You are receiving this because you authored the thread.Message ID: @.***>

jdwpeterson commented 2 years ago

Passwords are now hidden in the interface, no encryption has been applied to them. No work has been done on the test connection button yet.