Initial commit
This commit is contained in:
12
bin/example-set-mixed-crypto.py
Executable file
12
bin/example-set-mixed-crypto.py
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from smartpgp.highlevel import *
|
||||
|
||||
ctx = CardConnectionContext()
|
||||
|
||||
ctx.connect()
|
||||
ctx.verify_admin_pin()
|
||||
|
||||
ctx.cmd_switch_crypto("P-521","auth")
|
||||
ctx.cmd_switch_crypto("RSA","dec")
|
||||
ctx.cmd_switch_crypto("brainpoolP512r1","sig")
|
Reference in New Issue
Block a user