password-encryptor

Crates.iopassword-encryptor
lib.rspassword-encryptor
version2.0.0
sourcesrc
created_at2024-01-05 15:21:06.763157
updated_at2024-05-22 07:56:32.365954
descriptionA helper crate for encrypting and validating password
homepage
repositoryhttps://github.com/nikola-bozin-org/password-encryptor
max_upload_size
id1089816
size6,383
Nikola Bozin (nikola-bozin-org)

documentation

README

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"
Commit count: 17

cargo fmt