Search found 3 matches

by markyh3962
Thu Apr 20, 2023 8:37 am
Forum: Other ScottKlement.com Tools
Topic: SHA-256 "lower case" value
Replies: 5
Views: 61753

Re: SHA-256 "lower case" value

Hi Scott,

I've stopped the encoding in my program, and doing a conversion to hex using the "cvthc" API
after running the "accumulated" records thru the 'Qc3CalculateHash' API

I'm just wondering if the CCSID could also impact the hashing value??

The file I'm using has 65535 as the CCSID... :(
by markyh3962
Tue Apr 18, 2023 4:25 am
Forum: Other ScottKlement.com Tools
Topic: SHA-256 "lower case" value
Replies: 5
Views: 61753

Re: SHA-256 "lower case" value

Hi Scott,
Apologies for delay in replying, unfortunately life throws things at us out the blue sometimes,
which overtakes everything else we're doing :o

Anyway I'll try to put some more meat on the bone...

I've run my program (above) with a set of sample data in a physical file

Rcds (1-7 ...
by markyh3962
Thu Apr 13, 2023 4:43 am
Forum: Other ScottKlement.com Tools
Topic: SHA-256 "lower case" value
Replies: 5
Views: 61753

SHA-256 "lower case" value

"Aging RPGer in need of assistance... :? "
I'm a newbie to the forum, however when I've needed some inspiration or pointers over the years
to solve an issue I've checked out Scott's site

Recently tasked with developing a "hashing" pgm (to generate a SHA-256 key) to secure some payment files for ...