Hi all,

I need to encrypt my passwords which can be sent on the internet, or through
our client applications. What are the tools etc can I use.

Should I use MD5 hash, MS Crypto APIs. Can somebody provide links, some
usefull sites, information where I can some test scripts etc.

Thanks before hand.
Regards
Ravi

Re: Encryption by S

S
Fri Dec 19 18:36:36 CST 2003

Yahoo! is using MD5 hashing for non-SSL logons. JavaScript source and other
information is here on the script author's page:

http://pajhome.org.uk/crypt/md5/

--
Svyatoslav Pidgorny, MVP, MCSE
-= F1 is the key =-

"Ravi Anguluri" <anguluri@yahoo.com> wrote in message
news:ODPi6rjxDHA.2460@TK2MSFTNGP10.phx.gbl...
> Hi all,
>
> I need to encrypt my passwords which can be sent on the internet, or
through
> our client applications. What are the tools etc can I use.
>
> Should I use MD5 hash, MS Crypto APIs. Can somebody provide links, some
> usefull sites, information where I can some test scripts etc.
>
> Thanks before hand.
> Regards
> Ravi
>
>



Re: Encryption by Karl

Karl
Sat Dec 20 18:22:47 CST 2003

If these are web-based applications, why not use HTTPS / SSL connections?
There you can not only get encryption but also non-repudiation / identity
verification via a third party.


"Ravi Anguluri" <anguluri@yahoo.com> wrote in message
news:ODPi6rjxDHA.2460@TK2MSFTNGP10.phx.gbl...
> Hi all,
>
> I need to encrypt my passwords which can be sent on the internet, or
through
> our client applications. What are the tools etc can I use.
>
> Should I use MD5 hash, MS Crypto APIs. Can somebody provide links, some
> usefull sites, information where I can some test scripts etc.
>
> Thanks before hand.
> Regards
> Ravi
>
>