|
|
|
|
@ -1400,7 +1400,7 @@ void on_password_accept(GtkWidget *,dictionary *dict){
|
|
|
|
|
yon_ubl_status_highlight_incorrect(window->PasswordHashEntry);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (strlen((hash))==512){
|
|
|
|
|
if (strlen((hash))!=128||strlen(hash)!=64){
|
|
|
|
|
yon_ubl_status_box_spawn(GTK_CONTAINER(window->StatusBox),INCORRECT_HASH_LABEL,5,BACKGROUND_IMAGE_FAIL_TYPE);
|
|
|
|
|
yon_ubl_status_highlight_incorrect(window->PasswordHashEntry);
|
|
|
|
|
return;
|
|
|
|
|
|