Click here to Skip to main content
15,909,030 members

Comments by Member 14207297 (Top 6 by date)

Member 14207297 1-Apr-19 9:09am View    
I am aware of MD5 hashing with file/text but need assistance with entire disk hashing .
For example, header file with function and what parameter's to pass.
Member 14207297 1-Apr-19 8:10am View    
I am able to access hard drives through createfile() and even read the whole hard disk .
Now I need assistance to generate hash value (MD5 or SHA1) post cloning data on another drive or creating image file
Member 14207297 1-Apr-19 8:06am View    
Deleted
able to access hard drives through createfile() and even read the whole hard disk . I just need to generate hash value's while reading hdd/ssd.
Member 14207297 1-Apr-19 7:43am View    
Can you share a few samples specifically in C++ language.
Member 14207297 1-Apr-19 7:41am View    
We need to consider Physical Drive instead of Logical drive. In this case we read the entire drive in raw format. This can be viewed through hex viewer sector by sector. So now hash values need to be generated by considering a drive data bit-by-bit or else sector by sector. This will help to generate hash of entire physical drive.