defrex / django-encrypted-fields

This is a collection of Django Model Field classes that are encrypted using Keyczar.
MIT License
193 stars 60 forks source link

Resolve #25: binascii.Error: Incorrect Padding #26

Closed obrienmd closed 7 years ago

obrienmd commented 7 years ago

Per https://github.com/defrex/django-encrypted-fields/issues/25, this resolves binascii.Error: Incorrect Padding on certain inputs to encrypted fields.

defrex commented 7 years ago

Looks good to me.