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
having a small issue with my_secret_key = pgp.read_key_file('my_private_key.asc.gpg') my_secret_key.unlock('.......')
throws a ValueError: Input strings must be a multiple of the segment size 16 in length
python 3.7
The text was updated successfully, but these errors were encountered:
Hi there, thanks for the good tool
having a small issue with
my_secret_key = pgp.read_key_file('my_private_key.asc.gpg')
my_secret_key.unlock('.......')
throws a
ValueError: Input strings must be a multiple of the segment size 16 in length
python 3.7
The text was updated successfully, but these errors were encountered: