Top "Passwords" questions

Passwords are primarily used as a way of accessing information and also limiting the number of users who can get access to a machine.

SHA512 vs. Blowfish and Bcrypt

I'm looking at hashing algorithms, but couldn't find an answer. Bcrypt uses Blowfish Blowfish is better than MD5 Q: but …

security encryption passwords hash
Android EditText for password with android:hint

Just noticed that android:password has been deprecated, and we should be using android:inputType. Was experimenting with it by …

android xml passwords android-edittext hint
Difference between Hashing a Password and Encrypting it

The current top-voted to this question states: Another one that's not so much a security issue, although it is security-related, …

security language-agnostic encryption hash passwords
Salt and hash a password in Python

This code is supposed to hash a password with a salt. The salt and hashed password are being saved in …

python authentication hash passwords salt
How do I use the built in password reset/change views with my own templates

For example I can point the url '^/accounts/password/reset/$' to django.contrib.auth.views.password_reset with …

python django passwords
Default password of mysql in ubuntu server 16.04

I have installed ubuntu 16.04 server. Mysql server was installed by default in it. When I am trying to access the …

mysql ubuntu passwords ubuntu-16.04 ubuntu-server
PHP: Split a string in to an array foreach char

I am making a method so your password needs at least one captial and one symbol or number. I was …

php arrays split passwords validation
What is the default root pasword for MySQL 5.7

Cannot login to MySQL database after fresh install with root ID and empty/no password like other older MySQL versions …

mysql linux passwords password-recovery mysql-5.7
How to change password using TortoiseSVN?

I need to change my SVN password. I am using TortoiseSVN client. I am not able to find the password …

svn passwords tortoisesvn
How to send password using sftp batch file

I'm trying to download a file from sftp site using batch script. I'm getting the following error: Permission denied (publickey,…

batch-file passwords sftp