bug avec la présence du scheme dans sha

This commit is contained in:
Jephté Clain 2015-06-24 16:19:30 +04:00
parent b5e6c13c30
commit 34f027b7b7
1 changed files with 1 additions and 1 deletions

View File

@ -4796,7 +4796,7 @@ public class upassword {
}
private static final String getShaHex(String sha) {
return toHex(Base64.decode(sha));
return toHex(Base64.decode(sha.substring("{SHA}".length())));
}
private void run(String[] args) {