logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

jose-alg - Lists all supported algorithms

Author

       Nathaniel McCallum npmccallum@redhat.comJOSE-ALG(1)

Examples

       List all encryption algorithms:

           $ jose alg -k encr
           A128CBC-HS256
           A128GCM
           A192CBC-HS384
           A192GCM
           A256CBC-HS512
           A256GCM

Name

       jose-alg - Lists all supported algorithms

Options

-kKIND, --kind=KIND : Restrict algorithm list to a certain kind

       •   -k ?, --kind=? : List valid algorithm kinds

Overview

       The josealg command lists the algorithms supported by all jose commands.

       Since jose supports different kinds of algorithms (encryption, signing, hashing, etc.), you can limit the
       kinds of algorithms you would like to see using the -k option (which can be specified multiple times).
       For a list of the different kinds of algorithms, use the -k? option. If the -k option is not used, all
       algorithms, regardless of their kind, will be listed.

Synopsis

josealg [-k KIND]

See Also