Normalize keystore passwords (#1972)

## Issue Addressed

Resolves #1879 

## Proposed Changes

Do NFKD normalization for keystore passwords.
This commit is contained in:
Pawan Dhananjay
2020-12-03 22:07:09 +00:00
parent 482695142a
commit e1353088e0
4 changed files with 127 additions and 79 deletions

1
Cargo.lock generated
View File

@@ -2087,6 +2087,7 @@ dependencies = [
"serde_repr",
"sha2 0.9.2",
"tempfile",
"unicode-normalization",
"uuid",
"zeroize",
]