You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[codsign](https://github.com/krypt0k1/CryptographyProjects/blob/main/codesign.py) is a simple Flask API application to use with the nShield Container Option pack. Allows containerized Python programs to access the HSM using the python-pkcs11 module via cknfast.dll (Entrust PCKS#11dll). Designed to sign files using a GET request (can be done with curl).
41
+
-[codsign](https://github.com/krypt0k1/CryptographyProjects/blob/main/codesign.py) is a simple Flask API application to use with the nShield Container Option pack. Allows containerized Python programs to access the Hardware Security Module (HSM) using the python-pkcs11 module via libcknfast.so/cknfast.dll (Entrust PCKS#11DLL). Designed to sign files using a GET request. Creates a unique hash of a file and uses the Hardware Security Module (HSM) to sign the hash for integrity purposes. This ensures that the file has not been tampered with thus validating the integrity of its contents.
0 commit comments