[Gambas-user] Checksum

T Lee Davidson t.lee.davidson at gmail.com
Fri Jul 1 14:48:58 CEST 2022


On 7/1/22 05:32, Martin wrote:
> Hi,
> Is possible obtain a checksum string from a file with Gambas native tools?
> Actually I use the shell command "crc32 /path/file.ext"
> 
> The unique reference to checksum that I found in gambas wiki is in:
> https://gambaswiki.org/wiki/doc/farmproto

The checksum used by the Farm Protocol is sha256. If you're looking for something like that (instead of crc32), see:
http://gambaswiki.org/wiki/comp/gb.openssl/digest


-- 
Lee


More information about the User mailing list