On Fri, 4 Jan 2008, Jon wrote:
how to create a sha256 value for file in openbsd ?can you please provide the command similar to sha1 foobar
From sha1(1):
The sha1 command is shorthand for
cksum -a sha1
The cksum(1) command can also be used to compute digests from the SHA-2
family: sha256, sha384 and sha512.
--
Antti Harri

