could anyone provide me some link on free/opensource implementatino of SHA1
algorythm ?

I need to connect from the PocketPC to a mySQl database which has a SHA1
encrypted secure authentication......

Re: cryptography ??? by Lloyd

Lloyd
Thu Oct 23 19:26:15 CDT 2003

Many Thanks guy, that is great !

"Tim Wilson [MVP]" <Tim_Wilson@[DieSpamDie]Rogers.com> wrote in message
news:ORAFjJcmDHA.3688@TK2MSFTNGP11.phx.gbl...
> The attached zip file has a SHA1 implementation, written in C#, that works
> in a CF-based application.
>
> --
> Tim Wilson
> Windows Embedded MVP
>
> "Lloyd Dupont" <net.galador@ld> wrote in message
> news:OsgO3AcmDHA.2080@TK2MSFTNGP10.phx.gbl...
> > could anyone provide me some link on free/opensource implementatino of
> SHA1
> > algorythm ?
> >
> > I need to connect from the PocketPC to a mySQl database which has a SHA1
> > encrypted secure authentication......
> >
> >
>
>
>



Re: cryptography ??? by casey

casey
Fri Oct 24 08:13:19 CDT 2003

Another option is to pInvoke the CryptoApi.
This article does SHA1 in particular.
http://www.learnmobile.net/MobileClient/Tutorials/cfWSE/

"Lloyd Dupont" <net.galador@ld> wrote in message
news:u$PBbVcmDHA.372@TK2MSFTNGP11.phx.gbl...
> Many Thanks guy, that is great !
>
> "Tim Wilson [MVP]" <Tim_Wilson@[DieSpamDie]Rogers.com> wrote in message
> news:ORAFjJcmDHA.3688@TK2MSFTNGP11.phx.gbl...
> > The attached zip file has a SHA1 implementation, written in C#, that
works
> > in a CF-based application.
> >
> > --
> > Tim Wilson
> > Windows Embedded MVP
> >
> > "Lloyd Dupont" <net.galador@ld> wrote in message
> > news:OsgO3AcmDHA.2080@TK2MSFTNGP10.phx.gbl...
> > > could anyone provide me some link on free/opensource implementatino of
> > SHA1
> > > algorythm ?
> > >
> > > I need to connect from the PocketPC to a mySQl database which has a
SHA1
> > > encrypted secure authentication......
> > >
> > >
> >
> >
> >
>
>