Blogs about: Password Hashing

Featured Blog

Password Hashing In PHP

Robert wrote 2 months ago: Password Hashing is one of the most used way of storing passwords in database. There are different w … more →

Tags: mysql, php, Hash, hashing, md5, SHA-*, sha256

password_compat library

johnsvensson857 wrote 2 months ago: In PHP 5.5 we can expect these awesome password_ functions being implemented in the core, making pas … more →

What Evernote did correctly.1 comment

Eric wrote 2 months ago: Yesterday I wrote about a little about Evernote being hacked and how it was bad that I could not rem … more →

Tags: Security, Evernote, password salt

Initiative to develop new methods of password hashing

Sergey Gor wrote 3 months ago: The competition Password Hashing Competition (PHC) an attempt to identify new password hashing schem … more →

Tags: Articles, IT Security News, password protection, password guessing, Password Hashing Competition

Cryptography Competitions

Sankalp Ghatpande wrote 3 months ago: Password Hashing Competition :  The Password Hashing Competition (PHC) is an effort organized to ide … more →

Tags: Cryptography, Cryptography, Competition

SHA-512 w/ per User Salts is Not Enough

Don McCaughey wrote 7 months ago: The real problem is that we shouldn’t be solely replying on hashing algorithms to secure this data. … more →

Tags: Link

How To Safely Store A Password

Don McCaughey wrote 9 months ago: Use bcrypt Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use b … more →

Tags: Link

Salted Password Hashing - Doing it Right

Don McCaughey wrote 10 months ago: The best way to protect passwords is to employ salted password hashing. This page will explain how t … more →

Tags: Link

What Every Web Programmer Needs To Know About Security

Don McCaughey wrote 11 months ago: From Google Code University. This submission contains slides that complement each of the chapters in … more →

Tags: Link, Web

Let’s talk about password storage

Don McCaughey wrote 11 months ago: Neither of the two technologies is following any sort of modern industry standard and, if they were … more →

Tags: Link

Why you should never use hash functions for message authentication

Don McCaughey wrote 11 months ago: This morning I was reading an article on the Intridea blog about signed idempotent action links. The … more →

Tags: Link

Storing Passwords Securely

Don McCaughey wrote 11 months ago: Personally, I think it boils down to a fundamental misunderstanding about what cryptographic hash fu … more →

Tags: Link

SSCC 79 - Smart meter privacy concerns, WiFi insecurity due to WPS and password hashes explained1 comment

Chester Wisniewski wrote 1 year ago: Paul Ducklin, Sophos’s Head of Technology, Asia Pacific, joined me for the first Chet Chat of … more →

Tags: Data Loss, Featured, Podcast, Privacy, Vulnerability, chet chat, md5, Passwords, Smart Meters

Do any security experts recommend bcrypt for password storage?

Don McCaughey wrote 1 year ago: However 11 years later, many are still using SHA2x with salt for storing password hashes and bcrypt … more →

Tags: Link

Password validation bug in some implementations of bcrypt

Don McCaughey wrote 1 year ago: Earlier today, while working on a test suite for John the Ripper, magnum discovered and reported wha … more →

Tags: Link

Introduction to Strong Cryptography – p1.1 – Keyed Hashing, Hash Attacks, MACs, Shakespeare

Don McCaughey wrote 1 year ago: This article is one of many in my Strong Cryptography series. Today we’ll dive into some deeper to s … more →

Tags: Link

Easy method to encode password Using PHP

surendias wrote 1 year ago: We are all used to using MD5() for generating hashes when saving passwords using php and mysql. But … more →

Tags: php, encoding, mysql, PHP 2

Use a Password Hasher to Generate More Secure Passwords20 comments

Simon Mackie wrote 2 years ago: The trouble with secure passwords is that they’re hard to remember, and you should really use … more →

Tags: HOW TO?, Apps, Tips & Tricks, Password Hasher, password hasher plus, Passwords

Use a Password Hasher to Generate More Secure Passwords19 comments

Simon Mackie wrote 2 years ago: The trouble with secure passwords is that they’re hard to remember, and you should really use … more →

Tags: Tips & Tricks, HOW TO?, Apps, Passwords, Password Hasher, password hasher plus


Related Tags
All →

Follow this tag via RSS