logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pkcs11-data — Data object PKCS#11 enabled token manipulator

Description

pkcs11-data  pkcs11-data  provides  a  simple  interface to manipulate data on cryptographic providers by
       using RSA Security Inc. PKCS#11 Cryptographic Token Interface  (Cryptoki).   The  following  options  are
       available:

       --verbose
           Enable logging.

       --add-provider
           Add PKCS#11 provider, this option can be specified more than once.

       --public
           Data object in on public section.

       --token-wait
           Wait for token until it inserted.

       --cmd
           Command to execute:
           tokens   List available token ids.
           list     [--token] List available data objects.
           export   [[--token]]  [--application]  [--label]  [[--file]]  [[--application --label --file]] Export
                    data object content from specific token to a file or to standard output. Several objects can
                    be exported at one execution.
           import   [--token] [--application] [--label] [[--file]] Import data  object  content  to  a  specific
                    token from a file or from standard input.
           remove   [--token] [--application] [--label] Remove data object.

Name

       pkcs11-data — Data object PKCS#11 enabled token manipulator

Synopsis

pkcs11-data [--verbose] [--add-provider] [--public] [--token-wait] [--cmd]

See Also