UA
$ uacc
OVERVIEW: A DSTU-based cryptographic utility for JKS keys.
USAGE: uacc <subcommand>
OPTIONS:
--version Show the version.
-h, --help Show help information.
SUBCOMMANDS:
keygen List keys and aliases in a JKS file.
sign Sign a file using a private key from JKS.
verify Verify a signature.
encrypt Encrypt a file for a recipient.
decrypt Decrypt a file.
See 'uacc help <subcommand>' for detailed help.
KZ
$ kzcc
OVERVIEW: GOST Cryptographic Command Line Tool
USAGE: kzcc <subcommand>
OPTIONS:
--version Show the version.
-h, --help Show help information.
SUBCOMMANDS:
keygen Generate GOST R 34.10-2012 ECC key pair
sign Sign a file with GOST R 34.10-2012
verify Verify a GOST R 34.10-2012 signature
encrypt Encrypt a file using ECDH + Kuznyechik-CTR
decrypt Decrypt a .zcc file using ECDH + Kuznyechik-CTR
hash Compute Streebog hash of a file
See 'kzcc help <subcommand>' for detailed help.