Re: User Passwords and Crypto API
- From: "Tony Proctor" <tony_proctor@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 20 Apr 2005 14:15:25 +0100
Be careful where you look for examples of using CryptoAPI. Most will fall
into the trap of encrypting text in the ANSI code page, and of holding the
encrypted form in a VB String variable. The following link explains why this
is bad:
http://www.google.ie/groups?safe=off&as_umsgid=EE5ABEF5-65E7-4D1D-B36C-1F0E6521B445@xxxxxxxxxxxxx&lr=lang_en&hl=en
Tony Proctor
"Padmini" <Padmini@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:8CE78072-AD9F-409A-876E-5933C8D91D3F@xxxxxxxxxxxxxxxx
> Hi there,
>
>
> Currently users of our system (PARIS) which is built using VB 6.0 and SQL
> 2000 need to enter a username and password before they can use the system.
> The username and password are stored in a table in SQL 2000. The makes
the
> system unsecure.
>
> I am therefore looking at ways to encrypt the passwords and then save them
> to the database and then decrypt them.
>
> I understand that the API call Crypto does this.
>
> Please can somebody give me an example as how I can use this.
>
> Are there any other ways of doing this?
>
> Any help will be appreciated.
>
.
- References:
- User Passwords and Crypto API
- From: Padmini
- User Passwords and Crypto API
- Prev by Date: Re: Resizing MDI Child forms
- Next by Date: Re: VB6 Collection
- Previous by thread: Re: User Passwords and Crypto API
- Next by thread: Reset Screen Saver Timeout Timer???
- Index(es):
Relevant Pages
|