Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
palp1tate authored Sep 23, 2023
1 parent bd04988 commit effbe95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
</a>
</div>

## Language

- [English](https://github.com/palp1tate/go-crypto-guard/blob/main/README.md)
- [中文](https://github.com/palp1tate/go-crypto-guard/blob/main/README_CN.md)

## Introduction

This repository contains a comprehensive password hashing library written in Go. The library supports multiple hashing algorithms including PBKDF2 (with SHA1, SHA256, SHA384, SHA512, and MD5), Bcrypt, Scrypt, Argon2, HMAC, Blake2b, and Blake2s. It allows for customizable salt length, iterations, key length, and algorithm selection. This open-source project aims to provide developers with a versatile tool for secure password storage and validation.
Expand Down

0 comments on commit effbe95

Please sign in to comment.