Click here to Skip to main content
15,888,047 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Can anyone help me to create DES decryption algorithm by using ECb mode.

I want to achieve the same functionality like this guy does.
http://www.emvlab.org/descalc/
Key:- 0123456789ABCDEF0123456789ABCDEF
input data:- 1214F1DE3FA3C46B
Slect ECB radio button and click "Decrypt"
output should be: 6CF24D434FB78E13


I need programming logic/code(any language, C# preferred) for this algorithm.
any help would be appreciated.

Thanks.
Posted
Comments
Richard MacCutchan 26-Jan-16 10:46am    
Google will find you many samples and tutorials on encryption.
Patrice T 26-Jan-16 11:17am    
GOOGLE

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