Skip to content

Commit

Permalink
Document issue #39.
Browse files Browse the repository at this point in the history
  • Loading branch information
technion committed Nov 15, 2015
1 parent 4bb0c78 commit f2b7923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ BUGS
SCRYPT_* constants are probably a little high for something like a Raspberry pi. Using '1' as SCRYPT_p is acceptable from a security and performance standpoint if needed.
Experiments were performed with using memset() to zero out passwords as they were checked. This often caused issues with calling applications where the password based have been passed as a const*. We highly recommend implementing your own zeroing function the moment this library is called.

There is apparently an issue when used on Samsung (and perhaps Android in general) devices. See [this issue](https://github.com/technion/libscrypt/issues/39) for more information.

Notes on Code Development
------------------------

Expand Down

0 comments on commit f2b7923

Please sign in to comment.