password-encryptor 2.0.0

A helper crate for encrypting and validating password
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 2.0.0

Complete refactoring and making EncryptionPassword more easier to manage by removing lifetime parameters.

# 1.1.2

Update readme.md

# 1.1.1

Add Clone trait to EncryptionData and PasswordEncryptor

# 1.1.0

Encryption data is now &str instead of String.