Re: Password
From: David Lowndes (davidl_at_example.invalid)
Date: 04/30/04
- Next message: David Lowndes: "Re: ComboBox- changing it's text while running"
- Previous message: Jerry Coffin: "Re: Socket (Connection behinde a Proxy)"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Apr 2004 17:38:13 +0100
>I'm using a password to access certain dialogs and was wondering what people have done when using passwords. I was thinking of storing and retrieving it from the registry or a text file. Would appreciate opinions on these or alternative methods.
>
Macca,
Wherever you store it, you want to encrypt it. For newer operating
systems you could use DPAPI (see MSDN), for older OS's you'll need to
roll your own using some encryption library.
Dave
-- MVP VC++ FAQ: http://www.mvps.org/vcfaq
- Next message: David Lowndes: "Re: ComboBox- changing it's text while running"
- Previous message: Jerry Coffin: "Re: Socket (Connection behinde a Proxy)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|