I must implement a One Time Password. For single petitions and although there are loads of resources of information in internet I still having doubts.
It is possible to make it survive system reboot with no use of databases?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only way I know to store persistent data without databases is to write into an external file (actually databases are only files in disguise). In your case you have to carefully think about security issues of this solution. You have to make sure that your file is stored in a secure repository.