Skip to content

jchierro/sign-files-with-pyOpenSSL

Repository files navigation

Codacy Badge Coverage Status Build Status

Sign files with pyOpenSSL

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/)

Prerequisites

Features

  • Sign a file.
  • Verfify a file.

Installation in development mode

  • 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