Skip to content

Releases: farizfadian/gocrypt

Release list

GoCrypt v1.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Feb 19:29

πŸ” 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.txt

Made with ❀️ from Claude AI for Golang developers who need Jasypt