{"id":21740722,"url":"https://github.com/murphyadam/encrypted-json-field","last_synced_at":"2025-07-03T23:34:35.453Z","repository":{"id":186536063,"uuid":"675342443","full_name":"MurphyAdam/encrypted-json-field","owner":"MurphyAdam","description":"Encrypted JSON Field for Django","archived":false,"fork":false,"pushed_at":"2024-05-08T22:08:44.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T01:36:00.204Z","etag":null,"topics":["database","django","django-rest-framework","encryption-decryption"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/encrypted-json-field/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MurphyAdam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-06T15:54:26.000Z","updated_at":"2024-05-08T22:08:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"421d66ee-0c92-4960-b2f4-7e9dbf7391a8","html_url":"https://github.com/MurphyAdam/encrypted-json-field","commit_stats":null,"previous_names":["murphyadam/encrypted-json-field"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MurphyAdam/encrypted-json-field","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MurphyAdam%2Fencrypted-json-field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MurphyAdam%2Fencrypted-json-field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MurphyAdam%2Fencrypted-json-field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MurphyAdam%2Fencrypted-json-field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MurphyAdam","download_url":"https://codeload.github.com/MurphyAdam/encrypted-json-field/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MurphyAdam%2Fencrypted-json-field/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263421517,"owners_count":23464014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","django","django-rest-framework","encryption-decryption"],"created_at":"2024-11-26T06:15:04.303Z","updated_at":"2025-07-03T23:34:35.369Z","avatar_url":"https://github.com/MurphyAdam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Encrypted JSON Field\n\nEncrypted JSON field supports automatic encryption/ decryption of JSON fields with padding to conceal start and end of value.\n\n## Setup\n\nNothing really to setup, just import the field and get to work.\nYou could, however, setup an optional variable in your django settings named `ENCRYPTED_JSON_FIELD_SECRET` (It should be 16 chars minimum) which will be used to encrypt/ decrypt\nthe data of your fields. The default behaviour uses the first 16 characters of `SECRET_KEY` (Block size).\n\n### Example:\n\n```py\nfrom encrypted_json_field import EncryptedJSONField\nfrom django.db import models\n\n\nclass Company(models.Model):\n    name = models.CharField(max_length=32)\n    config = EncryptedJSONField(blank=True)\n\n```\n\n### Support\nThis supports Python \u003e= 3.8 and Django \u003e= 4.2.\nIf you need to support other versions, please create an issue.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphyadam%2Fencrypted-json-field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurphyadam%2Fencrypted-json-field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphyadam%2Fencrypted-json-field/lists"}