Top "Password-encryption" questions

Password encryption is the act of securing a password with another password.

How to check password manually in Asp.Net identity 2?

This might actually be more of a conceptual question. In Asp.Net Identity the PasswordHasher generates a different hash for …

asp.net hash asp.net-identity asp.net-identity-2 password-encryption
What way is the best way to hash a password?

I'm working on a website that should be very safe for the users, so I need the hash the passwords. …

php hash password-protection password-encryption
How to solve Password Management - Password in configuration

Hi I am using HP fortify to find all vulnerabilities of my App, and now i am trying to solve …

password-encryption fortify
Generate a 10-digit TOTP password with a certain key

This problem is related to TOTP as specified in RFC6238 here: https://tools.ietf.org/html/rfc6238#section-1.2. I am …

java encryption hmac password-encryption one-time-password
How to compare a string password with laravel Encrypted Password

I Had first created a Web Application in Laravel.Now I am working on its mobile Application using Ionic Frame …

php laravel-5 ionic2 password-encryption
What API and algorithm to be used to encrypt and decrypt a password using java

I am currently creating application using Java, I googled password encryption with java but the results are so enormous I …

java security encryption passwords password-encryption
How to fix java.sql.SQLException: Server is running in --secure-auth mode, but 'user'@'host' has a password in the old format; (...)?

After upgrading MySQL 5.1 to 5.6, trying to start JBoss failed with this exception: java.sql.SQLException: Server is running in --secure-auth …

java mysql upgrade password-encryption
Password max length with bcrypt, blowfish

My question derives from this How to hash long passwords (>72 characters) with blowfish I am using bcrypt(blowfish) to …

encryption passwords password-encryption password-storage password-policy
Generate settings-security.xml file for maven password encryption

I want to encrypt my Apache Archiva server password using maven password encryption. I did: mvn --encrypt-master-password 12345 Fine. I got …

maven password-encryption
How can I decrypt a password that is in the jboss login-config.xml?

Is there an API provided by jboss that I can use to access login-config.xml and decrypt the encrypted passwords?

java jboss password-encryption