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 782dc68 commit 19490a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ Parameters:
5. input_path (str): File path for the input data to be encrypted or decrypted.
6. output_path (str): Destination file path for the resulting data after encryption or decryption.
7. algorithm (str): The cryptographic algorithm to use (e.g., "AES", "3DES", "RSA").
8. mechanism (str): The PKCS#11 mechanism identifier for the cryptographic operation (currently unused, intended for future flexibility).
9. iv (int/bytes): The initialization vector for the cryptographic operation. For algorithms requiring an IV, this can be the size of the IV expected or the IV bytes directly.
8. iv (int/bytes): The initialization vector for the cryptographic operation. For algorithms requiring an IV, this can be the size of the IV expected or the IV bytes directly.

# Methods

Expand Down

0 comments on commit 19490a7

Please sign in to comment.