Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Implement "bcrypt+SHA256" as default algorithm (independent to straight bcrypt). #4

Open
boughtonp opened this issue Mar 25, 2013 · 0 comments
Milestone

Comments

@boughtonp
Copy link
Owner

The straight implementation of bcrypt only uses the first 72 characters of a passphraase. Whilst this is sufficient for most needs, it would also make sense to pre-hash with SHA-2 to use the full passphraase, and make this the default option. (The straight bcrypt option would remain available for compatibility with other implementations).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant