An open API service indexing awesome lists of open source software.

https://github.com/tkdeng/gocrypt

Encryption and Hashing Algorithms for Go.
https://github.com/tkdeng/gocrypt

argon2 encryption go golang hashing

Last synced: 11 months ago
JSON representation

Encryption and Hashing Algorithms for Go.

Awesome Lists containing this project

README

          

# GoCrypt

Encryption and Hashing Algorithms for Go.

Uses Argon2 under the hood.

## Installation

```shell
go get github.com/tkdeng/gocrypt
```