{"id":28063497,"url":"https://github.com/efe/django-fernet-secrets","last_synced_at":"2025-05-12T12:11:19.031Z","repository":{"id":291656710,"uuid":"978318197","full_name":"efe/django-fernet-secrets","owner":"efe","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-05T20:55:39.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T21:49:54.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/efe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-05-05T19:55:39.000Z","updated_at":"2025-05-05T20:55:42.000Z","dependencies_parsed_at":"2025-05-05T22:00:01.416Z","dependency_job_id":null,"html_url":"https://github.com/efe/django-fernet-secrets","commit_stats":null,"previous_names":["efe/django-fernet-secrets"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efe%2Fdjango-fernet-secrets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efe%2Fdjango-fernet-secrets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efe%2Fdjango-fernet-secrets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efe%2Fdjango-fernet-secrets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efe","download_url":"https://codeload.github.com/efe/django-fernet-secrets/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253736108,"owners_count":21955783,"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":[],"created_at":"2025-05-12T12:11:18.489Z","updated_at":"2025-05-12T12:11:19.018Z","avatar_url":"https://github.com/efe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-fernet-secrets\n\nA package to simplify secret management for Django projects. Instead of encyrpting every \"secret\" with a different encryption key, this package encyrpts all secrets with a single master key.\n\n## Getting Started\n\n### Generate the encryption_key\n\n```python\npython manage.py generate_encryption_key --env production\n```\n\n### Encrypt Text\n\n```python\npython manage.py encrypt_text --text sk_live_....YMUIqfIrsz --env production\n```\n\n### Usage\n\n```\n# settings.py\n\nSTRIPE_KEY = decrypt_secret_credential(\"....\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefe%2Fdjango-fernet-secrets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefe%2Fdjango-fernet-secrets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefe%2Fdjango-fernet-secrets/lists"}