tildaslash / RatticWeb

Password Management for Humans
http://rattic.org/
GNU General Public License v2.0
474 stars 149 forks source link

MasterPassword Encrypted DB #408

Open Danis42 opened 9 years ago

Danis42 commented 9 years ago

Hello,

it would be realy nice if there is a Option to set a MasterPw which encrypts the Important Data (e.g. Passwords) in the DB.

The MasterPw is not stored on the Server and needs to be provided by every Client/User who wants to Decrypt the Stuff in the DB.

travispaul commented 9 years ago

So now you're using a shared password and if this password needs to be changed, you have to decrypt and recrypt all the passwords in the database.

I don't see how this is better than file system encryption such as LUKS (Not that I have any power to change it either way).