Skip to content

Commit

Permalink
Merge pull request #78 from asmith3006/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
defuse committed Apr 13, 2016
2 parents 0494929 + 1c60eb1 commit ef0f347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Secure Password Storage v2.0
[![Build Status](https://travis-ci.org/defuse/password-hashing.svg?branch=master)](https://travis-ci.org/defuse/password-hashing)

This repository containes peer-reviewed libraries for password storage in PHP,
C#, Ruby, and Java. Passwords are "hashed" with PBKDF2 (32,000 iterations of
C#, Ruby, and Java. Passwords are "hashed" with PBKDF2 (64,000 iterations of
SHA1 by default) using a cryptographically-random salt. The implementations are
compatible with each other, so you can, for instance, create a hash in PHP and
then verify it in C#.
Expand Down

0 comments on commit ef0f347

Please sign in to comment.