/Token-Access-Server

An implementation of HOTP token system to validate SMTP email.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Contains

This repository contains elements to implement the token-access principle. It is developped in Python3.

It contains :

  • An API to request and manage the tokens (startAPI.py)
  • A SMTP relay to manage a message recieved for a recipient (TknAcsSMTPRelay.py)
  • A python librairy to do aministrative tasks on databases (adminTasks.py)