Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aburdulescu/pocryp
Command line utility for cryptographic primitives
https://github.com/aburdulescu/pocryp
cli cryptography go golang
Last synced: 3 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T06:57:38.000Z (7 months ago)
- Last Synced: 2024-09-29T20:55:01.518Z (about 2 months ago)
- Topics: cli, cryptography, go, golang
- Language: Go
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 3
- 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.