PeculiarVentures / graphene-cli

The graphene-cli is a cross-platform command line tool for working with PKCS#11 devices
MIT License
5 stars 11 forks source link

Implemented signing and key generation alongside a non-interactive mode #9

Closed chern042 closed 5 years ago

chern042 commented 5 years ago

There was only an implementation for testing the Graphene features so proper signing and key generation was added. I also added a different run mode which can execute the code in its entirety by running it in one line. The output can then be limited with a '-quiet' flag, further facilitating any external application use.

microshine commented 5 years ago

Thank you for PR. New version graphene-cli@1.0.7 is available.