password-protection
How to password protect an application in Android
I want the user to enter a password everytime he tries to enter the application. That is, the user must enter the password everytime the app comes to foreground from background, be it by pressing the[详细]
2023-01-27 14:31 分类:问答Secure database password using a SQL connection
I want to program a Java Applet that connects to my personal MySQL database. Now my question is: Can somebody e.g. open the class-file(s) from the JAR and look for the password/string? (Of course I w[详细]
2023-01-27 02:30 分类:问答Eclipse secure storage
Is it possible t开发者_如何学Pythono disable completely the secure storage password of Eclipse? I am running Eclipse Helios on Windows 7.[详细]
2023-01-25 17:28 分类:问答Password protecting submit button on MS Access form still results in button submission
I\'m trying to password protect a submit button on a form I\'m building in Microsoft Access 2003. The button, when clicked, will add a new record to my database. The idea of the password protection is[详细]
2023-01-25 01:21 分类:问答Securing a password in source code?
I have a p开发者_Python百科assword in my code which is needed to connect to a sftp server. Whats the best way to \"obfuscate\" or hide it in the code?[详细]
2023-01-24 08:17 分类:问答Easy way to password-protect php page
I have a page I want to password-protect. I\'ve tried doing HTTP authentication, but for so开发者_如何学编程me reason it doesn\'t work on my hosting. Any other quick (and easy) way to do this? Thanks![详细]
2023-01-24 07:50 分类:问答What is a simple way to lock the content of a webpage?
For example, just requiring a user name foo and password bar, or user name foo, a开发者_高级运维nd the password is today\'s date, take day of month (such as the 16 in Oct 16), multiply by 2 and repeat[详细]
2023-01-22 14:57 分类:问答Password recovery with sha1 password hashing
I\'d like to implement a forgot password function for my website. I hash the passwords using sha1. How would I recover this for the user?[详细]
2023-01-21 21:17 分类:问答Convert text passwords in database to hashed passwords?
In my database I have over 600开发者_如何学运维 users. The passwords were previously stored as plain text (slap on hand, I know). Anyways, I have changed my code to store STA1 hashed passwords, but I[详细]
2023-01-21 09:41 分类:问答Encrypt password before storing in database?
I have a password being passed from my iPhone app to the database via a php script, user.php. The variable $pass is populated by the following:[详细]
2023-01-20 21:23 分类:问答
加载中,请稍侯......