Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
Update Picocrypt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT authored Apr 7, 2021
1 parent 2e51ba9 commit bdb5379
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/unstable/Picocrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,7 @@ def resetUI():
passwordStrength.config(width=208)
passwordStrength.config(bg="#e5eaf0")
passwordMatchesString.set("")
passwordMatches["state"] = "normal"
metadataFrame.config(bg="#e5eaf0")
metadataInput.config(bg="#fbfcfc")
metadataInput.config(fg="#000000")
Expand Down Expand Up @@ -1372,6 +1373,7 @@ def setEncryptionUI():
cPasswordLabel["state"] = "normal"
cPasswordString.set("Confirm password:")
cPasswordInput["state"] = "normal"
passwordMatches["state"] = "normal"
metadataFrame.config(bg="#cfd6e6")
metadataInput.config(bg="#ffffff")
metadataInput.config(fg="#000000")
Expand Down Expand Up @@ -1437,6 +1439,7 @@ def disableAllInputs():
cPasswordInput["state"] = "disabled"
cPasswordInput.config(show="•")
cPasswordString.set("Confirm password:")
passwordMatches["state"] = "disabled"
metadataFrame.config(bg="#e5eaf0")
metadataInput.config(bg="#fbfcfc")
metadataInput.config(fg="#666666")
Expand Down

0 comments on commit bdb5379

Please sign in to comment.