Click here to Skip to main content
15,904,288 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
I have a project to implement use of s boxes of DES (data encryption standard) in win form application ..

if anyone can help me with some ideas or hopefully to tell me some useful lines of code that would be helpful to me ...
ps: I don't need all the des algorithm , just how s boxes work and implement that in win form app


regards
Posted
Updated 15-May-11 5:36am
v2

If you read the first couple of paragraphs of this here (until "See also"): http://en.wikipedia.org/wiki/S-Box[^] you'll know exactly what to do.

What kind of an S-Box do you want BTW? A 6 x 4 or what. Please specify, think about it and if you still have problems with it please leave me a comment and I'll see what I can do for you.

Hint: An S-Box is a nxm matrix. Actually this makes it a nxm array in C# terms.

Happy coding!

-MRB
 
Share this answer
 
v2
try this one http://en.wikipedia.org/wiki/Data_Encryption_Standard
 
Share this answer
 
Comments
CHill60 4-Jul-13 9:52am    
The question is 2 years old and already answered

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900