Top "Password-protection" questions

Password protection is used to ensure only authorized users (i.e. those who know the password) can access or modify certain information.

Python Password Protection

I am a beginner so if this question sounds stupid, please bear with me. I am wondering that when we …

python passwords password-protection password-encryption
PHP Secure Login - password encryption

Here is the login system to which the secure login is to be implemented/ main_login.php <form name="…

php security password-protection login-script
"Remember Me On This Computer" - How Should It Work?

Looking at Gmail's cookies it's easy to see what's stored in the "remember me" cookie. The username/one-time-access-token. It could …

security password-protection remember-me
ASP.NET MVC Identity login without password

I have been given the assignment of modifying an ASP.NET MVC application in such a way that navigating to …

c# asp.net-mvc password-protection
Netflix doesn't logout other open sessions with password change

I've recently been doing a bit of web development so I've been thinking more about authentication and stuff. On Netflix …

authentication passwords password-protection netflix
Best way to protect Excel VBA code?

I've put together a simple Excel database that performs a few macro functions and I need to distribute this database …

excel vba password-protection
Password protect iPhone app

I'm starting a new app, and I'd like to know how to require a password to open it. I was …

ios xcode iphone-sdk-3.0 password-protection uiactionsheet
Reading a password from std::cin

I need to read a password from standard input and wanted std::cin not to echo the characters typed by …

c++ stl password-protection
Android: Encrypt password

Possible Duplicate: Storing a password I am using shared preference to store password. Is it is secure to save the …

android password-protection
How password protection of Excel VBA code works?

This question is related to my previous one. Can you explain or provide a link to an explanation of how …

security vba excel password-protection