for security you never should store plain password's in databases.
use a hash function with salt, please.
Thank you very much for your reply
currently, i am saving the plain text(Edit2.Text) as a password, how can i use hash function with salt
there is already a page about it
http://www.delphipraxis.net/176994-s...eichern-2.html
but since my German skill is not that good, therefore, to have a small example would be kind of you