Releases: farizfadian/gocrypt
Releases Β· farizfadian/gocrypt
Release list
GoCrypt v1.0.0
π GoCrypt v1.0.0
Jasypt-like encryption library for Go.
π¦ Installation (Library)
go get github.com/farizfadian/gocrypt@v1.0.0π» CLI Installation
Download the appropriate binary for your platform from the assets below.
Or install via Go:
go install github.com/farizfadian/gocrypt/cmd/gocrypt-cli@v1.0.0π₯οΈ Supported Platforms
| Platform | Architecture | File |
|---|---|---|
| πͺ Windows | AMD64 (64-bit) | gocrypt-cli-windows-amd64.exe |
| πͺ Windows | ARM64 | gocrypt-cli-windows-arm64.exe |
| πͺ Windows | 386 (32-bit) | gocrypt-cli-windows-386.exe |
| π§ Linux | AMD64 (64-bit) | gocrypt-cli-linux-amd64 |
| π§ Linux | ARM64 | gocrypt-cli-linux-arm64 |
| π§ Linux | 386 (32-bit) | gocrypt-cli-linux-386 |
| π macOS | AMD64 (Intel) | gocrypt-cli-darwin-amd64 |
| π macOS | ARM64 (Apple Silicon) | gocrypt-cli-darwin-arm64 |
| π FreeBSD | AMD64 (64-bit) | gocrypt-cli-freebsd-amd64 |
| π FreeBSD | ARM64 | gocrypt-cli-freebsd-arm64 |
| π FreeBSD | 386 (32-bit) | gocrypt-cli-freebsd-386 |
π Verify Downloads
Use checksums.txt to verify your download:
sha256sum -c checksums.txtMade with β€οΈ from Claude AI for Golang developers who need Jasypt