You are not logged in.
Pages: 1
Hi,
I am mainly using SHA256 for the AES256 cryption. Recently, I needed to control if a file has changed. Size of the file is quite small (~20-30KB) and won't be increasing much. I thought I might save a SHA256 hash of the file somewhere and compare it to monitor "if file has changed"
When I tried to use SynCrypto.SHA256() I realize that it accepts RawByteString as a parameter. I believe, It may be used for file hashing, but I have no idea how to do that.
Is it possible to have an example of SynCrypto.SHA256() used for file hasing?
Thanks.
Offline
That did the job perfectly. Thank you.
Offline
Pages: 1