password-protection
Password protect list of links *and* password protect access to files
(I know this is probably a simple question to answer, but I don\'t know how to do it. Sorry if this has been asked before.)[详细]
2023-03-07 16:21 分类:问答Password file obfuscation
I am using lua to administrate a firewall server and want to obfuscate sensible variables such as login data. I have tried luac but the variable content is still easily readable. Is there any way to e[详细]
2023-03-06 05:26 分类:问答Manipulate a Password
My Java application manipulates a password that is eventually used to encrypt a file. I load it in a structure[详细]
2023-03-06 01:51 分类:问答Should I store the hash function name in the DB when hashing passwords?
In regards to saving a salted hash version of the user\'s password, I save in the DB the hashed salted password and the salt used before hashing it.[详细]
2023-03-05 20:37 分类:问答Restrict access to certain users
I want to setup certain password protected pages but want the pages accessible only to certain users. Do I need to pre-assign usernames and passwords, 开发者_StackOverflow社区or is there a way to set[详细]
2023-03-01 20:00 分类:问答Convert ASP.NET Membership Passwords from Encrypted to Hashed
I\'ve developed a website that uses ASP.NET membership. Based on comments from previous sites, I decided to encrypt passwords so they could be recovered for users who forgot them.[详细]
2023-03-01 02:38 分类:问答How to store consumer secret for two-legged OAuth provider?
I\'m implementing the provider side of a two-legged OAuth protocol for API authentication. We will provide the consumer with a consumer key and secret, which they will use to sign requests. The 2-legg[详细]
2023-02-27 06:29 分类:问答SQLite with encryption/password protection
I\'m just learning to use SQLite and I was curious if such is possible: Encryption of the database file?[详细]
2023-02-26 06:15 分类:问答Best login management solution without database in PHP
I am seeking a simple and best solution to manage user logins (username & password) in a private network (localhost) web page without setting up MySQL or any such database systems? I am running Ap[详细]
2023-02-24 23:04 分类:问答Using .htaccess to password protect entire site other than landing page
Is it possible to use .htaccess to protect an entire site, other than the index.html landing page? The password protection side of things is easy.[详细]
2023-02-24 22:29 分类:问答