Hi all, I currently working on a project that need to perform a security hashing that involve both MD5 and RSA.
MD5 hashing is easy to implement. But I have no idea on how RSA works. I perform some research online and I notice most RSA involve Public and Private Keys to perform signing.
Do any1 have experience on this kind of hash method?
Any sample code can provided in order for me to get a better understanding?
MD5 hashing is easy to implement. But I have no idea on how RSA works. I perform some research online and I notice most RSA involve Public and Private Keys to perform signing.
Do any1 have experience on this kind of hash method?
Any sample code can provided in order for me to get a better understanding?
Comment