Skip to content

Commit

Permalink
default decryption backend
Browse files Browse the repository at this point in the history
  • Loading branch information
carljbai committed Aug 7, 2023
1 parent c44e34d commit 3162a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpkpass/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def print_all_slots(slot_info, color, theme_map):


def pk_decrypt_string(
ciphertext_string, ciphertext_derived_key, identity, passphrase, SCBackend, card_slot=None
ciphertext_string, ciphertext_derived_key, identity, passphrase, SCBackend="opensc", card_slot=None
):
####################################################################
"""Decrypt a base64 encoded string for the provided identity"""
Expand Down

0 comments on commit 3162a20

Please sign in to comment.