Skip to content

Instantly share code, notes, and snippets.

View mkontani's full-sized avatar
🏠
Working from home

mkontani mkontani

🏠
Working from home
  • Japan
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