Subject | RE: [IBO] Password field |
---|---|
Author | Dmitriy A. Beloshistov |
Post date | 2009-04-08T16:15:02Z |
1) If for password entering used Edit control then : TIB_Edit.PasswordChar:='*' or TEdit.PasswordChar:='*' and IB_Query.FieldByName('PASSWORD').AsString:=Edit.Text;
2) Better way - store not password, but MD5 (or another) check sum - mostly security.
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of Alexandre
Sent: Wednesday, April 08, 2009 6:42 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] Password field
I have a field in a tib_query I use to save a password, how to appear * in place of the password ?
Thx
Alexandre
Brazil
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
2) Better way - store not password, but MD5 (or another) check sum - mostly security.
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of Alexandre
Sent: Wednesday, April 08, 2009 6:42 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] Password field
I have a field in a tib_query I use to save a password, how to appear * in place of the password ?
Thx
Alexandre
Brazil
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]