Click here to Skip to main content
15,888,254 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am looking into optimizing Triple-DES and I have already implemented it using C# and the inbuilt security.cryptography libraries. However, I now intend to go low level by implementing Triple-DES encryption without using the libraries. Can someone please help me with such an implementation?
Posted
Comments
Richard MacCutchan 4-Sep-14 3:47am    
What sort of help; you are talking about writing a complete implementation of Triple-DES?
mai ciara 4-Sep-14 3:49am    
Yes exactly!
Richard MacCutchan 4-Sep-14 4:06am    
Then you have a large task ahead of you.

1 solution

This could be your starting point.

Triple DES encryption wrapper[^]
 
Share this answer
 

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