• v1.0.0.0 a2977541e0

    TheThing released this 2025-02-09 06:51:45 +00:00 | 0 commits to master since this release

    Initial working implementation of Argon2id for Microsoft SQL Servers in CLR.

    New

    • clr_hashers.SqlHashers.Argon2id_hash(string password, out string output)
    • clr_hashers.SqlHashers.Argon2id_hash_custom(string password, short parallel, short memory, short iterations, short bc, out string output)
    • clr_hashers.SqlHashers.Argon2id_verify(string password, string hash)
    Downloads