python-pyhsm icon indicating copy to clipboard operation
python-pyhsm copied to clipboard

Python code for YubiHSM

Results 6 python-pyhsm issues
Sort by recently updated
recently updated
newest added

dear, Is it possible to refactor the code to make it compatible with python 3. regards.

It isn't actively maintained: https://github.com/dlitz/pycrypto/issues/238 pycryptodome should be a drop in replacement.

### Scenario I'm setting up a distributed system that runs multiple KSMs using the python KSM included in this package (**yubikey_ksm.py**). I will be connecting each KSM to a dedicated...

I have a set of AEADs that, when I use yhsm-decrypt-aead with --key-handle 100900, gives a failure (AEAD integrity check failed) after processing around 100.000 files. When I pass it...

There ought to be some self checks that could be run without a yubihsm

This is a python-pyhsm package conversion to make it work with python3. Bumped up dependencies to python3 as well, changed crypto library to pycryptodome, converted the code to python3 standarts,...