Intégration de la branche update-upassword

This commit is contained in:
Jephté Clain 2015-06-24 16:19:34 +04:00
commit 98cfdfc801
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) {