Top "Password-encryption" questions

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

How should I ethically approach user password storage for later plaintext retrieval?

As I continue to build more and more websites and web applications I am often asked to store user's passwords …

security password-encryption password-storage
Best way encrypt password php (in 2017)

In my website I use md5 to crypt password user in my database (and store session user) $pswUser = md5($_POST["…

php encryption password-encryption
AES-256 Password Based Encryption/Decryption in Java

I found a guide for implementing AES encryption/decryption in Java and tried to understand each line as I put …

java encryption passwords aes password-encryption
Password encoding and decoding using Spring Security, Spring Boot and MongoDB

I use the mentions software stack above and I need to encrypt password before save into database. I also need …

spring mongodb password-encryption
Decode hash sha256 encryption, knowing the salt

I'm making a login system for a web application. To store passwords in the DB, I'm encrypting passwords using sha256 …

php login sha256 password-encryption
Call to undefined function password_hash()

I am running php version 5.4.16 on localhost right now, while I am developing my site. I want to use password_…

php password-encryption password-hash php-password-hash undefined-function
How do I encrypt passwords with PostgreSQL?

I have some problems with encoding passwords,how can I do it. Type of encoding md5 digest(data text, type …

postgresql encryption password-encryption
Password encryption with Spring/Hibernate - Jasypt or something else?

In a Java application stack with Spring & Hibernate (JPA) in the Data Access Layer, what are good methods of …

java hibernate jpa password-encryption jasypt
How to Encrypt String With Public Key and Decrypt with Private key ?

i want to encrypt a password with a key from server and decrypt the encrypted password in serverside. this is …

java public-key-encryption password-encryption
org.jasypt.exceptions.EncryptionOperationNotPossibleException

I am using Jasypt-1.9.0 with Spring 3.1 and Hibernate 4.0.1. I have a requirement in my application to connect to database whose …

spring hibernate password-encryption jasypt