mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
This commit is contained in:
parent
d0615be222
commit
0ea4eabddb
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ begin
|
|||
if not InputQuery(rsMsgMasterPassword, rsMsgMasterPasswordEnter, True, MasterKey) then
|
||||
Exit;
|
||||
if Length(MasterKey) = 0 then Exit;
|
||||
MasterKeyHash:= Encode(MasterKey, MasterKey);
|
||||
MasterKeyHash:= MD5Print(MD5String(MasterKeyHash));
|
||||
MasterKeyHash:= MD5Print(MD5String(MasterKey));
|
||||
MasterKeyHash:= Encode(MasterKey, MasterKeyHash);
|
||||
if FMasterKeyHash = EmptyStr then
|
||||
begin
|
||||
FMasterKeyHash:= MasterKeyHash;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue