ssrin...@gmail.com
2021-02-12 20:21:55 UTC
Hi,
I am having a ".TXT" file and I have generated SHA hash of ".TXT" file using Windows Command prompt like below
C:\temp>certutil -hashfile test.txt sha256
SHA256 hash of test.txt:
7d967bad44f719f3733bbec0f1228f0247794096a434d57e6875f3367ead5f33
CertUtil: -hashfile command completed successfully.
=============================================================
Now, If I upload the same ".TXT" file to Tandem . How to generate a SHA256 key so that I can compare the key generated from Tandem to the key which I already generated using Windows Command prompt (Certutil)
I am planning to use COBOL programming. Is there any routine which we can call from cobol ?
any help would be appreciated.
I am having a ".TXT" file and I have generated SHA hash of ".TXT" file using Windows Command prompt like below
C:\temp>certutil -hashfile test.txt sha256
SHA256 hash of test.txt:
7d967bad44f719f3733bbec0f1228f0247794096a434d57e6875f3367ead5f33
CertUtil: -hashfile command completed successfully.
=============================================================
Now, If I upload the same ".TXT" file to Tandem . How to generate a SHA256 key so that I can compare the key generated from Tandem to the key which I already generated using Windows Command prompt (Certutil)
I am planning to use COBOL programming. Is there any routine which we can call from cobol ?
any help would be appreciated.