Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0k1 authored Apr 11, 2024
1 parent 8c59feb commit 9bf0789
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ The knowledge of cryptography is a linchpin of ineffective cybersecurity strateg

The KeyManager class provides a high-level interface for managing cryptographic keys and performing encryption and decryption operations using nCipher nShield Hardware Security Modules (HSM). It supports various cryptographic algorithms including AES, 3DES, and RSA, leveraging the PKCS#11 cryptographic standard for interaction with the HSM.

def __init__(self, lib_path, token_label, pin, key_label, input_path, output_path, algorithm, mechanism, iv):

Initializes a new instance of the KeyManager class.
def __init__(self, lib_path, token_label, pin, key_label, input_path, output_path, algorithm, mechanism, iv): # Initializes a new instance of the KeyManager class.

Parameters:

Expand Down

0 comments on commit 9bf0789

Please sign in to comment.