Subject Re: [IBO] IB_Connection and PasswordRemembered
Author Svein Erling Tysvær
>I agree that the property is misleading. The "fix" I was considering
>was to deprecate PasswordRemembered and replace it with a
>PasswordStorage enumerated property, with options along the lines
>of...
>
> psNone = password not saved (default)
> psUser = same as now with PasswordRemembered=true
> psMachine = like psUser but stored in LOCAL_MACHINE settings
> psStatic = password encrypted with static key value
> (same for all installations)
> psPlain = password stored as plain text
>
>Probably psStatic and psPlain are redundant, one or the other would be
>sufficient but what the heck.
>
>Do you think something like this would work and make it clearer as to
>what is happening?

Sounds nice, Geoff. But I can only think of one reason to have psPlain and
that is so that you can take a look at your TIB_Connection if you forget
your password! So I suggest you simply drop that one, and consider renaming
psStatic to psPublic or psForm (anything referring to how it is stored
rather than how it is encrypted will please me).

Set