Skip to content

Incompatible with hashes generated by libxcrypt #3

@rkh

Description

@rkh

I assume this is an issue somewhere upstream, but I noticed that the hashes generated by libxcrypt fail to verify. Feel free to close, but wanted to bring it up in case this is an actual bug somewhere in here.

# generated by libxcrypt for "password"
hash = "$y$j9T$6wnH/6iXqR5hdvFbyWSH9/$mx1FQly4GSMwuA741mFyQrGvDZhiLKIGVtDh5f.VsE8"
Yescrypt.verify("password", hash) # => false (expected true)

I've also created Ruby bindings for libxcrypt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions