reop

Encrypted keypair management tool for secure key generation and storage

brewmacoslinux
Try with needOr install directly
Source

About

Encrypted keypair management

Commands

reop

Examples

Generate a new encrypted keypair$ reop -G -p pubkey.pub -s seckey.sec
Sign a file with your secret key$ reop -S -s seckey.sec -m file.txt
Verify a signed file with the public key$ reop -V -p pubkey.pub -m file.txt.sig