init0006
来自「读写Smart卡加解密接口的程序」· 代码 · 共 22 行
TXT
22 行
#!/bin/bash## Test pkcs15-init## Run this from the regression test directory.. functionsk=$p15temp/private.pemp15_init --no-so-pinp15_set_pin -a 01msg "Generating key with OpenSSL"run_check_status openssl genrsa -out $k -f4 1024successp15_store_key $k -a 01p15_validatep15_erase --secret @01=0000
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?