django webapp for gpg encryption of disk keys
Перейти к файлу
rtucker-mozilla 80874a2a03
Merge pull request #18 from rtucker-mozilla/fix_utf_encoding_issues
Fix utf encoding issues
2019-08-12 08:04:42 -04:00
apache/conf.d Add support for OpenResty reverse proxy OIDC Auth 2018-08-19 17:39:13 -07:00
apps Code and tests to address Issue #17 where utf encoded data is getting into the text boxes 2019-08-12 12:03:22 +00:00
bin pyflakes/pep8 fixes 2018-08-20 11:35:44 -04:00
middleware PEP008 conformance improvements 2018-08-21 09:00:43 -07:00
oidc Account for missing or empty GROUPS_META_VAR settings 2018-08-23 15:31:53 -07:00
openresty Clarify how access control works 2018-08-21 07:41:04 -07:00
static pyflakes/pep8 fixes 2018-08-20 11:35:44 -04:00
.gitignore Added support for django 2.2 as well as tests, migrations and a django script to sync data from the old layout to the new. I've removed the requirement of the database_storage library as well 2019-05-07 10:14:22 +00:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-27 21:04:42 -07:00
README.md Functional openidc implementation 2018-04-09 14:05:04 +00:00
__init__.py Initial Repository Setup for github 2012-06-22 05:51:04 -07:00
manage.py pyflakes/pep8 fixes 2018-08-20 11:35:44 -04:00
requirements.txt Properly setting Django==2.1.8. 2.2 didn't work on centos. Also fixing os.environ issue with keyerror not set by default 2019-05-07 11:39:02 +00:00
settings.py-dist Better test for protected views 2019-08-09 13:16:30 +00:00
settings_public_or_non_public.py-dist Clarify how access control works 2018-08-21 07:41:04 -07:00
urls.py Added support for django 2.2 as well as tests, migrations and a django script to sync data from the old layout to the new. I've removed the requirement of the database_storage library as well 2019-05-07 10:14:22 +00:00
wsgi.py pyflakes/pep8 fixes 2018-08-20 11:35:44 -04:00

README.md

disk_key_encrypter

django webapp for gpg encryption of disk keys

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Installation

pip install requirements.txt

Additional Credit

This software uses the following open source code/projects:

django gpg encryption script https://gist.github.com/1327072

django-bootstrap https://github.com/earle/django-bootstrap