Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about blowfish

Read more about blowfish

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 - blowfish

TCL Blowfish behavior

I made a small script that zips a file and then encrypts that file: #-- cut from proc -- set outfile [open $out wb] set ind [string last \/ $in] set in [string range $in [expr $ind + 1] end] zipfile::...
test-img

dana

zip

tcl

blowfish

file-locking

Votes: 0

Answers: 1

Latest Answer

I've found the problem bug. It's in zipfile::decode::LocateEnd (called by iszip and others), which doesn't close the open file handle to the zip file if it throws an error. I'm not quite what all of t...
test-img

Donal Fellows

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

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

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