django-encrypted-pgjson

Encrypted PostgreSQL json field support for Django.


Keywords
django, postgresql, pgsql, json, field, encryption
License
MIT
Install
pip install django-encrypted-pgjson==0.2.3

Documentation

djangp-encrypted-json

Some simple encrypted JSON fields for use with Django.

Test status: Circle CI

Requies

  • Django
  • cryptography
  • django-pgjson

On Ubuntu you need to install libffi-dev

$ sudo apt-get install libffi-dev

Testing

The test requirements are found in requirements.txt

$ pip install -r requirements.txt

To run the tests

$ cd tests
$ python manage.py test