Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 1.8 KB

README.md

File metadata and controls

76 lines (52 loc) · 1.8 KB

Logo

GO-HSM-DOC

A simple CLI Tool to view, inspect and debug PKCS11 compliant Hardware and Software HSMs.

CLI Screenshot

Functionality

  1. Get HSM and Token info
  2. List Slots and Keys within a Slot.
  3. Delete Certificates, Public, Private and Symmetric keys
  4. Export Certificates, Public, Private and Symmetric keys
  5. Import Certificates, Public, Private and Symmetric keys
  6. Generate RSA, EC, AES, 3DES, DES Keys

Examples

  1. Print HSM and Token information
    CLI Screenshot

  2. List Slots inside HSM
    CLI Screenshot

  3. List Tokens inside HSM
    CLI Screenshot

  4. Find Tokens/Keys
    CLI Screenshot

  5. Delete Tokens/Keys
    CLI Screenshot

  6. Export Tokens/Keys
    CLI Screenshot

  7. Generate Tokens/Keys
    CLI Screenshot

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Francesco Gorini - goras.francesco@gmail.com - https://francescogorini.com

Project Link: https://github.com/reznik99/go-hsm-doc

(back to top)