+1
Completed

base64, MD5, SHA1 encoding decoding

rocfusion 9 years ago in Products / AV & Custom Systems updated by Эмиль Боев 9 years ago 5
Hi,

It would be useful and no doubt be faster when there is encoding and decoding methods (base64, MD5 and SHA1 ) added to the IR object.



Thanks,


Roger
Completed
Hi Roger. We have the following methods:

IR.CalculateCRC(IR.CRC_8, "Test"));
IR.CalculateCRC(IR.CRC_16, "Test"));
IR.CalculateCRC(IR.CRC_32, "Test"));

IR.CalculateHash(IR.HASH_MD5, "Test"));
IR.CalculateHash(IR.HASH_SHA1, "Test"));
IR.CalculateHash(IR.HASH_SHA256, "Test"));
IR.CalculateHash(IR.HASH_SHA384, "Test"));
IR.CalculateHash(IR.HASH_SHA512, "Test"));
Wasn't added to wiki yet..
MIT-based Base64 (encode&decode) library.
iRidium compatible.
You are welcome to use it!
MIT licence (free to use in commercial projects), just keep a link to original author (me) and git url.

https://bitbucket.org/estbeetoo/beetoo_isa_base64