kr0st / fpgui

GUI application for convenient browsing through fplog-generated log messages
MIT License
0 stars 0 forks source link

Encrypt MongoDB connection settings in config file #4

Closed kr0st closed 6 years ago

kr0st commented 6 years ago

Idea: https://wiki.qt.io/Simple_encryption_with_SimpleCrypt

kr0st commented 6 years ago

For now only password is encrypted with symmetrical key that is unique to each user+workstation combination. Key is auto-generated inside the application, user is not exposed to the key.