Home
Blogs
Questions

Home

About Us

Blogs

Questions

Monetize

Post Job

banner

Questions about pgcrypto

Read more about pgcrypto

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - pgcrypto

How To Select A Hashed Value From A Postgresql Database With Pgcrypto and Python

I am using the pgcrypto extension in Postgresql to encrypt and salt the storage of user passwords in a database and I am having trouble retrieving them. Specifically, the insert statement for a user l...
test-img

John Hill

postgresql

hash

blowfish

pgcrypto

Votes: 0

Answers: 1

Latest Answer

You are re-salting the password with a new salt, which of course leads to a different answer than before. That is the whole point of salting. You need to reuse the first salt in the new hashing, whic...
test-img

jjanes

Posts

Questions

Blogs

Where knowledge meets opportunity!

About

  • Company
  • Monetize your knowledge
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved