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
SHA256 CRC
- Antonio Linares
- Site Admin
- Posts: 42256
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: SHA256 CRC
Dear Philippe,
? hb_CStr( hb_SHA256( hb_memoRead( "filename.zip" ), nil ) )
? hb_CStr( hb_SHA256( hb_memoRead( "filename.zip" ), nil ) )
Re: SHA256 CRC
It is ok,
Thanks Antonio
certutil -hashfile filename.txt SHA256 (dos prompt)
Thanks Antonio
certutil -hashfile filename.txt SHA256 (dos prompt)