Page 1 of 1

SHA256 CRC

Posted: Fri Nov 03, 2023 7:21 am
by Jack
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

Re: SHA256 CRC

Posted: Fri Nov 03, 2023 8:27 am
by Antonio Linares
Dear Philippe,

? hb_CStr( hb_SHA256( hb_memoRead( "filename.zip" ), nil ) )

Re: SHA256 CRC

Posted: Fri Nov 03, 2023 11:53 am
by Jack
It is ok,
Thanks Antonio

certutil -hashfile filename.txt SHA256 (dos prompt)