mirror of
https://github.com/e-ago/bitcracker.git
synced 2025-10-27 07:29:18 +00:00
print values VMK
This commit is contained in:
parent
2b559aac44
commit
52ef56d5b2
@ -130,15 +130,15 @@ int readData(char * encryptedImagePath, unsigned char ** salt, unsigned char **
|
||||
fillBuffer(encryptedImage, *encryptedVMK, VMK_SIZE);
|
||||
|
||||
fprintf(stdout, "Nonce:\n");
|
||||
print_hex(nonce, NONCE_SIZE);
|
||||
print_hex(*nonce, NONCE_SIZE);
|
||||
fprintf(stdout, "\n");
|
||||
|
||||
fprintf(stdout, "MAC:\n");
|
||||
print_hex(mac, MAC_SIZE);
|
||||
print_hex(*mac, MAC_SIZE);
|
||||
fprintf(stdout, "\n");
|
||||
|
||||
fprintf(stdout, "VMK:\n");
|
||||
print_hex(encryptedVMK, VMK_SIZE);
|
||||
print_hex(*encryptedVMK, VMK_SIZE);
|
||||
fprintf(stdout, "\n");
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user