Installation
Crypta consists only of one binary without any dependencies.
- Windows
- Darwin
- Linux
curl -L -o crypta.exe "https://github.com/codetent/crypta/releases/latest/download/crypta-windows-amd64.exe"
curl -L -o crypta "https://github.com/codetent/crypta/releases/latest/download/crypta-darwin-amd64" && sudo install -c -m 0755 crypta /usr/local/bin
curl -L -o crypta "https://github.com/codetent/crypta/releases/latest/download/crypta-linux-amd64" && sudo install -c -m 0755 crypta /usr/local/bin