Click to See Complete Forum and Search --> : Would you please send me some encryption and decryption algorithm or source code?
sm_ch
January 3rd, 2003, 06:31 AM
Hello:
I need the source code(or algorithm,better for source code) of Message Digest ,Encryption and decryption ?
thanks a lot.
sm.ch@163.com
willchop
January 3rd, 2003, 09:37 AM
sm_ch,
Search for "md5". Google turned up 1.4 million hits with the first
one providing source code.
regards, willchop
Yves M
January 4th, 2003, 12:39 PM
Check out Crypto++ (http://www.eskimo.com/~weidai/cryptlib.html)
j0nas
January 4th, 2003, 03:23 PM
...or OpenSSL (www.openssl.org). It includes MD5, SHA-1, RSA, DES, AES, and many many more...
Simon666
January 6th, 2003, 04:35 AM
The "best" encryption currently is Rijndael (http://csrc.nist.gov/encryption/aes/rijndael/) or the Advanced Encryption Standard. It's name is derived from the name of the (Belgian) inventors. Click here (http://fp.gladman.plus.com/cryptography_technology/rijndael/) for implementations in C/C++ and assembler. It's not proven to be "uncrackable" (all algorithms are if you try all keys) though.
sm_ch
January 9th, 2003, 07:55 AM
Thanks a lot.
I have another problems to ask you:
maximum length of MD5's result.
RSA's parameters.
And I need to develop a server application and a client application.
the client application reads IE's message,inserts some message from local PC before the whole message from IE,then I use MD5 to get their digest message, insert the digest before again,last I encrypted it with RSA public key from server.
the server application read the message from client application ,processes it and send the result to ASP pages.
Now my way is that the server application receives the message from client application,processes it and send it to 80 port which is the HTTP port.But you know people can connect to 80 port directly.If I can not make the server application be the bridge between IE and ASP pages I will have to do more jobs.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.