jqueiroz / python-sslib

A Python3 library for sharing secrets.
MIT License
9 stars 9 forks source link

recover_secret truncates the first char of the secret #3

Open leirn opened 5 months ago

leirn commented 5 months ago

Removes [1:] to preserve the secret first char

leirn commented 5 months ago

The extra byte seems to exists with this library only, but not when decoding secrets from other sources. There may be something to correct within split_secret more than recover_secret