Converting text to bits (1's and 0's)

Posted by Morano88 on Stack Overflow See other posts from Stack Overflow or by Morano88
Published on 2010-05-25T10:38:21Z Indexed on 2010/05/25 10:41 UTC
Read the original article Hit count: 212

Filed under:
|
|
|

I'm implementing an MD-5 Hashing algorithm and I want to convert the text I have to bits so I can start manipulating them. As you know Hashing require taking block of bits and then manipulating them. There are many ways to do that but I can't determine the best/easiest way to just convert the text (string) into array of bits. Any clue ? In C#

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET