Skip to content

base64ct: deprecate Base64Crypt? #2133

@tarcieri

Description

@tarcieri

As far as I can tell every password hashing function that uses the crypt(3) interface uses a little endian encoding as implemented in Base64ShaCrypt, including legacy descrypt.

In other words Base64Crypt was a mistake and isn't useful as a non-standard big endian variant of the crypt(3) encoding.

Should we deprecate it, and possibly try to give Base64ShaCrypt a better name, as it's the Base64 encoding used for every crypt(3)-compatible MCF hash?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions