SSL encrpytion, SHA1 and SHA2

Posted by Hellnar on Stack Overflow See other posts from Stack Overflow or by Hellnar
Published on 2010-05-13T13:28:26Z Indexed on 2010/05/13 14:04 UTC
Read the original article Hit count: 242

Filed under:
|
|
|
|

Hello, I am trying to implement SHA2 encryption instead SHA1.

For this, I know that bit number between these two hash algorithms are different and it confuses me.

How can this be achieved and at what parts do I need to make required changes.

I can use any open source library from Java, Python and any other major programming language.

Regards

© Stack Overflow or respective owner

Related posts about ssl

Related posts about encryption