chibisov / drf-extensions

DRF-extensions is a collection of custom extensions for Django REST Framework
http://chibisov.github.io/drf-extensions/docs
MIT License
1.47k stars 208 forks source link

ADD custom encrypted fields #311

Closed kamil1marczak closed 3 years ago

kamil1marczak commented 3 years ago

ADD: CryptoBinaryField and CryptoCharField are a django-rest-framework fields for handling encryption through serialization.