Skip to content

why i hash same password,result unchanged? #5

@Jerry-Lam

Description

@Jerry-Lam

I running your library on wsl2 unbutu 22.04.1

#include "bcrypt.h"
#include <iostream>
int main()
{

    std::string password = "123456";

    std::string hash = bcrypt::generateHash(password, 12);

    std::cout << "Hash: " << hash << std::endl;

    return 0;
}

image

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