Skip to content

Instantly share code, notes, and snippets.

View manju956's full-sized avatar
💭
Building Hyperledger Avalon

Manjunath A C manju956

💭
Building Hyperledger Avalon
View GitHub Profile
@Jakuje
Jakuje / README.md
Last active December 1, 2023 17:36
OpenSC test Sign, Verify, Encipher and Decipher from commandline with OpenSSL CLI
export PIN=111111
export SIGN_KEY=11
export ENC_KEY=55

Sign/Verify using private key/certificate

  • Create a data to sign

    echo "data to sign (max 100 bytes)" > data