Scrambler in C#
Posted
on C# Corner
See other posts from C# Corner
Published on 5/5/2010 6:33:45 AM
Indexed on
2010/05/05
15:09 UTC
Read the original article
Hit count: 227
Filed under:
This program has two section of scrambling. First section, it transfers text into binary code. I was able to use bitArray, but I couldn't find a simple way to reverse it, so I added "character" and "binary" lists instead.
© C# Corner or respective owner