Small web application to be able to digitally sign and verify a file using a digital certificate and the pyOpenSSL library. Developed with Python and Django.(https://sign-files.herokuapp.com/)
- Django 1.11.5
- pyOpenSSL 17.3.0
- Have an certificate (http://www.fnmt.es/ | https://en.wikipedia.org/wiki/Self-signed_certificate)
- Sign a file.
- Verfify a file.
- Clone the repository (git clone).
- Create an environment with virtualenv: python3 -m venv env.
- Install packages from the requirements file: pip install -r requirements.txt
- Starting the application: python3 manage.py runserver