PIC18 SHA1, HMAC-SHA1 and HOTP Generator
This is my Fourth week working in AESTE and i got my PAY!!! Woots~ I’m starting to get comfortable and used to the working environment here, everyday having something to look forward to is really fun. Well for this week I continue on the topic about implementing HOTP. SHA1 calculation was successfully tested and very straight forward to implement just type the following code (with HASHES.c and HASHES.h library included) BYTE TEST1[] = “abc”; HASH_SUM sha; SHA1Initialize(&sha); //HashAddData(&sha,”abc”, 3); //not Read more