Browse Source

Update README.md

Fixed broken link containing a line break.
Meinhard Gredig 9 years ago
parent
commit
f5eb0eaece
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -217,8 +217,7 @@ this isn't an option, so I fall back to my own Encrypt-than-MAC.
 
 * PBKDF2. While bcrypt and scrypt may be more secure than PBKDF2, CommonCryptor
 only supports PBKDF2. [NIST also continues to recommend
-PBKDF2](http://security.stackexchange.com/questions/4781/do-any-security-
-experts-recommend-bcrypt-for-password-storage). We use 10k rounds of PBKDF2
+PBKDF2](http://security.stackexchange.com/questions/4781/do-any-security-experts-recommend-bcrypt-for-password-storage). We use 10k rounds of PBKDF2
 which represents about 80ms on an iPhone 4.
 
 ### Code simplicity