https://github.com/aburdulescu/pocryp
Command line utility for cryptographic primitives
https://github.com/aburdulescu/pocryp
cli cryptography go golang
Last synced: 18 days ago
JSON representation
Command line utility for cryptographic primitives
- Host: GitHub
- URL: https://github.com/aburdulescu/pocryp
- Owner: aburdulescu
- License: mit
- Created: 2022-11-19T16:43:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-10T07:35:14.000Z (about 1 year ago)
- Last Synced: 2025-12-04T22:43:35.979Z (7 months ago)
- Topics: cli, cryptography, go, golang
- Language: Go
- Homepage:
- Size: 193 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pocryp
Command line utility for cryptographic primitives
## Install
### Precompiled binary
Go to [latest](https://github.com/aburdulescu/pocryp/releases/latest)
release and download the tarball for your OS and CPU architecture.
### From source
If you have `go` installed, run:
```
go install bandr.me/p/pocryp@latest
```
## Usage
Run `./pocryp -h` to see available commands.