req: DES source code

A

Andreas

Hi!

I am looking for as simple an implementation as possible for the DES
(simple) algorithm in C.

I have found one or two implementations using google, but they are not
appropriate as I really need a simple one (I need to further convert it to a
restricted C dialect).

If you have one, please post a URL or send it to my email (without the
(remove_me) part).

Many thx in advance.

Best regards,
Andreas
 
T

Thomas Matthews

Andreas said:
Hi!

I am looking for as simple an implementation as possible for the DES
(simple) algorithm in C.

I have found one or two implementations using google, but they are not
appropriate as I really need a simple one (I need to further convert it to a
restricted C dialect).

If you have one, please post a URL or send it to my email (without the
(remove_me) part).

Many thx in advance.

Best regards,
Andreas

Google is your friend.
http://www.google.com/search?hl=en&...cryption+Standard+source+C&btnG=Google+Search

DES is an acronym for Data Encryption Standard.

BTW, this is not
--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,079
Messages
2,570,573
Members
47,205
Latest member
ElwoodDurh

Latest Threads

Top