-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password encryption: Dropping Crypt::CipherSaber #87
Comments
So I suppose Crypt::CipherSaber would be better to be removed. If there is no objection, I'll submit a PR. |
6.2.26 introduced bcrypt password hash, then MD5 hash may be obsoleted: See also PR #225, #238. On the other hand, password encrypted by RC4 is still supported. Thus I propose: Proposal dropping Crypt::CipherSaber
|
PR above will drop Crypt::CipherSaber. |
ikedas
changed the title
Password encryption
Password encryption: Dropping Crypt::CipherSaber
Mar 2, 2019
ikedas
added a commit
that referenced
this issue
Mar 2, 2019
Deprecate CipherSaber RC4 encryption (#87)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The old documentation says:
But when I'm looking at my databases, I see only MD5 encryption. Note: I'm using Debian packages, but they
have a dependency on Crypt::CipherSaber.
The text was updated successfully, but these errors were encountered: