lenderkey / gearshift

Encryption at Rest Server / Efficient Backup for Immutable Files
0 stars 0 forks source link

Handle invalid letter block types #12

Open re-spawn opened 10 months ago

re-spawn commented 10 months ago

In GearshiftContext.aes_decrypt_to_bytes(): if block_tag in string.ascii_uppercase raises TypeError (because block_tag is bytes not str).

re-spawn commented 10 months ago

Fixed on origin/main-rob.