Hemmelig CLI v1.0.0
Create encrypted, self-destructing secrets from the command line.
Installation
Linux (amd64)
curl -L https://github.com/HemmeligOrg/Hemmelig.app/releases/download/cli-v1.0.0/hemmelig-linux-amd64 -o hemmelig
chmod +x hemmelig
sudo mv hemmelig /usr/local/bin/Linux (arm64)
curl -L https://github.com/HemmeligOrg/Hemmelig.app/releases/download/cli-v1.0.0/hemmelig-linux-arm64 -o hemmelig
chmod +x hemmelig
sudo mv hemmelig /usr/local/bin/macOS (Apple Silicon)
curl -L https://github.com/HemmeligOrg/Hemmelig.app/releases/download/cli-v1.0.0/hemmelig-darwin-arm64 -o hemmelig
chmod +x hemmelig
sudo mv hemmelig /usr/local/bin/macOS (Intel)
curl -L https://github.com/HemmeligOrg/Hemmelig.app/releases/download/cli-v1.0.0/hemmelig-darwin-amd64 -o hemmelig
chmod +x hemmelig
sudo mv hemmelig /usr/local/bin/Windows
Download hemmelig-windows-amd64.exe and add it to your PATH.
Verify Download
# Download checksums
curl -L https://github.com/HemmeligOrg/Hemmelig.app/releases/download/cli-v1.0.0/checksums.txt -o checksums.txt
# Verify (Linux/macOS)
sha256sum -c checksums.txt --ignore-missingUsage
hemmelig "my secret message"
hemmelig "my secret" -t "Title" -e 7d -v 3
cat file.txt | hemmeligSee the CLI documentation for more options.