Skip to content

Commit 5442fca

Browse files
authored
Update README.md
1 parent eb0d6a4 commit 5442fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The knowledge of cryptography is a linchpin of ineffective cybersecurity strateg
3838
![image-2024-5-14_17-46-33](https://github.com/krypt0k1/CryptographyProjects/assets/111711434/641fd8df-7e5f-4d5c-ae0e-3d532a581c0a)
3939

4040
5 . codesign.py
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 HSM using the python-pkcs11 module via cknfast.dll (Entrust PCKS#11 dll). 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#11 DLL). 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.
4242

4343
Requesting a signature
4444

0 commit comments

Comments
 (0)