Skip to content

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

License

Notifications You must be signed in to change notification settings

reznik99/go-hsm-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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 - [email protected] - https://francescogorini.com

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

(back to top)