Skip to main content

Enigma Bridge VPN authenticator

Project description

EnigmaBridge python authentication server enables VPN authentication of users connected to the VPN.

Mac OSX installation

For new OSX versions (El Capitan and above) the default system python installation cannot be modified with standard means. There are some workarounds, but one can also use --user switch for pip.

pip install --user cryptography

PIP update appdirs error

Pip may have a problem with updating appdirs due to missing directory. It helps to update this package manually

pip install --upgrade --no-cache appdirs

Database setup

State is stored in MySQL database.

CREATE DATABASE vpnauth CHARACTER SET utf8 COLLATE utf8_general_ci;
GRANT ALL PRIVILEGES ON vpnauth.* TO 'vpnauth'@'localhost' IDENTIFIED BY 'vpnauth_passwd';
FLUSH PRIVILEGES;

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vpnauth-0.0.4.tar.gz (20.7 kB view details)

Uploaded Source

File details

Details for the file vpnauth-0.0.4.tar.gz.

File metadata

  • Download URL: vpnauth-0.0.4.tar.gz
  • Upload date:
  • Size: 20.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for vpnauth-0.0.4.tar.gz
Algorithm Hash digest
SHA256 9ee9029f5161402ac9cccb8827cb03bf632e28a5fee5c26e45a85c99fac7f294
MD5 ac56f2d29b9043db3b9738dabdada3b0
BLAKE2b-256 d4545813b1767a7dd76971f5735b2d4f78c63d333606fe44cc4bfe7721800f40

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page