Hi ,
Did we have a function in fivewin or harbour to check CRC SHA256 .
I see nFileCRC() but i am shure it is SHA256
Thanks,
Philippe
Hi ,
Did we have a function in fivewin or harbour to check CRC SHA256 .
I see nFileCRC() but i am shure it is SHA256
Thanks,
Philippe
Dear Philippe,
? hb_CStr( hb_SHA256( hb_memoRead( "filename.zip" ), nil ) )
It is ok,
Thanks Antonio
certutil -hashfile filename.txt SHA256 (dos prompt)