Questions tagged as 'senhas'

0
answers

Wordpress email new user

I am customizing the password setting email that is sent to the user when he registers, however when I try to create the password setting link he is not getting the user login, I am using the code below in functions.php function handle_w...
asked by 21.02.2018 / 20:22
0
answers

crypt without the use of salt

There is a system in PHP that was not developed by me, it uses crypt to encrypt the user's password, like this: $senha = crypt($senha); With the PHP update on the server, crypt is asking for salt when creating new users...
asked by 22.12.2017 / 15:43
0
answers

doubts with passwords

I'm creating an application using MVC. On the server side, I'm using C # / Asp.net MVC, on the client side I'm using html / angular. On the server I have a method called Authenticate, which receives the email and the password, to search the b...
asked by 28.02.2016 / 16:38
1
answer

Is the validity test of RegExp correct?

I am trying to validate a password through RegExp, in javascript, but it only returns false when in fact it should return true, for having given match in value, would anyone know if there is anything wrong with my code? $scope.verifyPasswo...
asked by 23.10.2015 / 14:56
2
answers

Using "anti_injection" in an MD5 password

I am studying a bit more in depth PHP and in security issue in PHP I have used the standard anti_injection found on the internet outside and used by many function anti_injection($sql){ $sql = preg_replace(sql_regcase("/(from|select|insert|dele...
asked by 01.04.2016 / 06:46