Skip to content

nikola-bozin-org/password-encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Easy to use password encryptor crate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages