password-protection
Is it insecure to pass initialization vector and salt along with ciphertext?
I\'m new to implementing encryption and am still learning basics, it seems. I have need for symmetric encryption capabilities in my open source codebase.There are three components to this system:[详细]
2023-01-18 18:31 分类:问答Checking 3 random letters from a hashed password
I have a system where I salt and hash passwords before saving them to the database, using FormsAuthentication in asp.net[详细]
2023-01-16 19:50 分类:问答Is there a way to protect the folder with password?
Is there a way to programmatically protect the folder with password in And开发者_运维问答roid ?[详细]
2023-01-16 07:53 分类:问答Password Protect Virtual Directory With .htaccess
I have a site with a virtual directory structure like mysite.com/folder/title which is actually a .htaccess rewrite to mysite.com/f/index.php?p=title. I want to password protect the folder folder with[详细]
2023-01-15 22:31 分类:问答How do I secure a hardcoded login/password in PHP?
I\'m writing a simple PHP script to access the Foursquare API. The PHP will always access the same Foursquare account. For the time being, I have this login information hardcoded in my script. What is[详细]
2023-01-14 17:02 分类:问答Increasing security of web-based login
Right now my login system is the following: Password must be at least 8 characters long,开发者_如何学运维 and contain at least one upper and lowercase letter, a number and a symbol.[详细]
2023-01-13 23:03 分类:问答PHP Secure Login - password encryption
Here is the login system to which the secure login is to be implemented/ main_login.php <form name=\"form1\" method=\"post\" action=\"checklogin.php\">[详细]
2023-01-13 18:06 分类:问答Password salting in SQL Server
I have a proj开发者_C百科ect to start salting passwords. In order to avoid breaking our existing applications, this will require performing the hash inside a stored procedure.[详细]
2023-01-13 12:21 分类:问答Best way to create password-protected photo galleries on S3?
I\'d like to host my photo galleries on Amazon S3. Some would be public, some password-protected. Wha开发者_StackOverflowt is the best way to achieve this? As far as I know S3 doesn\'t supports .htacc[详细]
2023-01-12 07:24 分类:问答HTACCESS password protection for parked domain, but not for main domain
I have two domain: asdf.com and asdf.ru (.ru is a parked domain). They are pointing to the same folder on the server. (Everything is the same, the only difference is the language). I cannot use subdir[详细]
2023-01-12 01:24 分类:问答