11 releases (5 stable)

2.0.0 May 22, 2024
1.1.2 May 22, 2024
1.1.0 Apr 25, 2024
0.1.4 Apr 23, 2024
0.0.1 Jan 5, 2024

#453 in Authentication

Download history 1/week @ 2024-09-17 11/week @ 2024-09-24

578 downloads per month

MIT license

6KB
114 lines

Password Encryptor

This crate provides a secure way to encrypt and validate passwords using HMAC with SHA-512 hashing and base64 URL-safe encoding. This crate is designed to help developers protect user passwords effectively in their applications.

Installation

cargo add password_encryptor

or add it to the dependencies

[dependencies]
password-encryptor = "2.0.0"

Dependencies

~775KB
~15K SLoC