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.
- Host: GitHub
- URL: https://github.com/tkdeng/gocrypt
- Owner: tkdeng
- Created: 2025-07-15T14:08:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T18:54:38.000Z (11 months ago)
- Last Synced: 2025-07-16T07:25:36.847Z (11 months ago)
- Topics: argon2, encryption, go, golang, hashing
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```