Package pyhsm
[frames] | no frames]

Package pyhsm

the pyhsm package

Basic usage :

 import pyhsm

 try:
     hsm = pyhsm.base.YHSM(device="/dev/ttyACM0", debug=False)
     print "Version : %s" % (hsm.info())
 except pyhsm.exception.YHSM_Error, e:
     print "ERROR: %s" % e

See help(pyhsm.base) (pyhsm.base.YHSM) for more information.


Version: 1.0.4j

Authors:
Fredrik Thulin, Dain Nilsson

Copyright: Yubico AB

License: BSD

Submodules