I'm a beginner with this.
In my project I need to calculate a two-digit 256modulo checksum, how do Icalculate this? Or can I开发者_Python百科 implement some other checksum algorithm that is better?
I advise you to look into HMAC using, for instance, SHA-1 or SHA-256
精彩评论