Questions tagged as 'senhas'

1
answer

Customize password characters in password field

I have a simple user form and password, and I would like to set it so that instead of appearing the asterisk in the password field, I wanted an image to appear instead. The backend language I use is php 5.6 , for processing the form, and...
asked by 31.03.2017 / 04:56
1
answer

How does bcrypt work?

I do not quite understand how salt of bcrypt works, in a javascript (node) code: const bcrypt = require('bcrypt'); const saltRounds = 10; async function init(plainPassword) { let salt = await bcrypt.genSalt(saltRounds); conso...
asked by 30.05.2018 / 02:30
1
answer

View Ocutar Password using EditorFor

I'm using LabelFor, I wanted to click on the above to enter the password, the characters were displayed, and when I clicked off it was hidden, how could I do it? <div class="form-group"> @Html.LabelFor(model => model.Senha, htmlAt...
asked by 13.11.2016 / 00:12
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

How to create a password mask in C

I created this code in C to generate masks in the password, but it does not let you delete the characters afterwards nor save the variable correctly. What can it be? Follow the current code: void login(){ int i,tam; char usuario[80],...
asked by 07.06.2017 / 15:12
1
answer

Error changing password in login system with PHP SQL Server

Good afternoon, I'm having a big problem where I can not change the password on the system. What is driving me is that it seems that sqlsrv_fetch_array works differently from mysql_fetch_array, I have a code like that using MySQL and it works fi...
asked by 06.10.2016 / 22:44
0
answers

How to make the browser remember two different passwords (two distinct forms) for the same site (domain)?

I have a web application that, in a conventional way, asks for a username and password to login to the system. This user and password are encapsulated in a form (simplified example): <form id="formLogin"> <input type="text" id=...
asked by 25.08.2016 / 16:35
1
answer

What password encryption should I use with Node.js? Which is safer? [closed]

I am doing a course of node.js and in this the tutor uses md5 to encrypt the password .. more read on some articles that md5 ñ is very safe .. what is the most recommended to use with Node.js? Thank you!     
asked by 02.05.2018 / 00:38
2
answers

Generate backup of a PostgreSQL Server with password via command line

I need to automatically back up a PostgreSQL server, I have a command that does this backup but it always asks me for the password and I did not find a command where I can already determine the password of the database already in Script . The c...
asked by 03.01.2017 / 17:04
0
answers

Change mysql root password in linux! [duplicate]

Good afternoon, guys! I'm new to the development world and I'm new to linux. I installed mysql client and server and then installed mysql-workbanch via xubuntu's program center. At no time has he asked me to set the password and I can not c...
asked by 04.10.2018 / 23:04