init0007

来自「读写Smart卡加解密接口的程序」· 代码 · 共 19 行

TXT
19
字号
#!/bin/bash## Test pkcs15-init## Run this from the regression test directory.. functionsp15_init --no-so-pinp15_set_pin -a 01p15_set_pin -a 02 --label "User Signature PIN"p15_gen_key rsa/512 -a 01 --key-usage sign,decryptp15_gen_key rsa/512 -a 02 --key-usage nonRepudiation \		--id feeb \		--label "Non-Repudiation Key"p15_validatep15_erase --secret @01=0000 --secret @02=0000

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?