Questions tagged as 'password'

1
answer

Validating the password with jQuery in steps

My scenario is as follows, I have a form and in it I need to do a password validation that must contain: At least 6 characters, At least 1 uppercase letter, At least 1 number. This validation I can do, however I have below the password field...
asked by 05.01.2018 / 13:20
2
answers

Which character types are generated by the password_hash () function?

The output that I noticed after some data was encrypted by the password_hash() function is around alphanumeric values and some special characters like $ . and / . Are there any more special characters besides these?   ...
asked by 11.02.2018 / 22:38
2
answers

How can I not allow the browser to save the entered password? [duplicate]

On this site if you log in the browser does not ask you to save the password and if you enter again the fields will be blank. How does he do it? I searched the web, found some tips but none efficient like this site, at least in the crhome....
asked by 13.04.2018 / 17:11
0
answers

Password Recovery WORDPRESS REST API

Good morning, I'm developing an application, and I use a WordPress web system. That way I use a REST API plugin to get the pertinent information to the system. However, I'm not sure how to implement "Forgot Password?" in the application, using t...
asked by 08.10.2018 / 15:58
1
answer

cron command without using password to access MYSQL database

Good morning, I've been receiving warnings related to a cron that I created in 1 site to update certain data from a mysql database table. The error is as follows:    Warning: Using a password on the command line interface can be   insecure...
asked by 02.07.2018 / 12:37
0
answers

Excel with password for editing

I am building an Excel file where I generate an array of bytes and the UI downloads the file in xlsx format, I need to open this file with password to perform edits, is there a way to do this directly in the byte array? / p>     
asked by 11.06.2018 / 16:40
0
answers

MySQL Error - request has expired

I'm using MySQL, however I'm having to reset the password every time I restart my notebook. I use Sequel pro to access the bank and give the following error:    Can not connect to host 127.0.0.1, or request has expired.       Make sure the a...
asked by 22.04.2018 / 16:31
0
answers

password_verify () PHP 5.5.12 Not working

I'm having problems with password_verify (). A few days ago, the same password and hash worked perfectly. Today, password_verify returns false, but I know the password is correct. $senhaC = '$2y$10$15rGMwy5CEHaLrNzEEwaZ.G2.VbhumhXtcORad0cC7W6S...
asked by 15.01.2018 / 19:49
2
answers

Check in form if password entered is easy

I want to create a script so that in the registration form I have, check the most used and less secure passwords. That is, check for example the passwords written by the users and not allow to advance in the registry, as for example the follo...
asked by 11.09.2017 / 19:56
0
answers

Wampserver warning (Warning) with virtual host

I created a virtual host in the WampServer , on localhost it does not acknowledge any warning in console , but with other virtual host is accused the following warning:    This page includes a password or credit card in a non-secu...
asked by 20.07.2017 / 12:20