autehntication on gui application written on perl
Posted
by oren
on Stack Overflow
See other posts from Stack Overflow
or by oren
Published on 2010-05-28T17:26:41Z
Indexed on
2010/05/28
17:32 UTC
Read the original article
Hit count: 456
Its not specific perl question I am building a perl gui/wxperl application that connect to DB . I want my application to be a password protected i.e first the user should enter the user and password and then use the appication .
what is the best secure method to store the password could someone provide an idea what is the best method to how should i store the user and the password and how should i retrieve them for authentication ? if possible could someone provide some perl code how to do this ?
© Stack Overflow or respective owner