password-protection
RSA encrypt in Javascript and decrypt in Java - NO SSL
I have written a java utility for key pair generation for RSA encryption. But to encrypt the passwo开发者_JAVA百科rd, I have to do it in client side javascript[详细]
2023-04-12 17:19 分类:问答String to asterisk, masking password
I\'m creating this simple login code for an ATM machine. You enter username and password and you logs in, that works just great. Since I\'m not connecting to a database or an external text file and I\[详细]
2023-04-11 23:43 分类:问答Opening and creating password protected zip files with PHP
I have found the following two commands to respeciv开发者_运维技巧ely create and open password protected zip files. I was however wondering if it\'s possible to do this in pure PHP[详细]
2023-04-11 18:40 分类:问答Securing password before storing in database
I am using the ASP.NET password hashing code example provided in this article. Its using 32 bytes RNGCryptoServiceProvider instance for Salt and SHA256Managed instance for hashing.[详细]
2023-04-10 01:07 分类:问答Storing password in database using hash with salt; not sure where/how to store salt
I have a ASP.NET (MVC 3) web site where user will be able to login to perform certain actions. I need to store their password in backend SQL Server 2008 database. I will be using form authentication ([详细]
2023-04-10 00:13 分类:问答Security concerns regarding username / password vs secret URL
I have a simple site with a sign-up form. Currently the user开发者_Go百科 can complement their registration with (non-critical, \"low security\") information not available at the time of the sign-up,[详细]
2023-04-08 20:01 分类:问答Regex to test whether there are more than two digits in a string
As far as I know, \\d{2,} matches 2 or more consecutive digits, but I need to know whether there are any 2 digits in a string.[详细]
2023-04-07 03:31 分类:问答How to store private encrypted user data in the database, but make them available to other chosen users?
firstly, I apologize if my question sounds little confusing, I will try my best to describe my scenario as detailed as possible:[详细]
2023-04-06 19:17 分类:问答Overriding global htpasswd password protection
I am testing a Drupal site on a development server that runs bunch of other development sites. All of the sites are password protected globally by htpasswd. However, I need to not have password protec[详细]
2023-04-06 14:58 分类:问答Best algorithm for hashing provided by my host
I am looking for a good one way encryption/hashing for safe storage of passwords using one of the algorithms provided by my host.[详细]
2023-04-05 18:14 分类:问答