Python Mfa

Open-source Python projects categorized as Mfa

Top 8 Python Mfa Projects

  • pyotp

    Python One-Time Password Library

  • Project mention: django authentication , login with otp | /r/django | 2023-07-06

    Can’t you just use a HOPT/TOPT so the user can scan a QR code with e.g google authenticator? Check https://github.com/pyauth/pyotp for more information

  • privacyIDEA

    :closed_lock_with_key: multi factor authentication system (2FA, MFA, OTP Server)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • prince

    :crown: Multivariate exploratory data analysis in Python — PCA, CA, MCA, MFA, FAMD, GPA (by MaxHalford)

  • Project mention: Categorical data in K-means | /r/datascience | 2023-05-19

    Well, my favourite thing about posting on Reddit is learning new things. https://github.com/MaxHalford/prince I looked up the Prince and I'll be reading up about FAMD shotly - thanks!

  • aws-mfa

    Manage AWS MFA Security Credentials

  • extract_otp_secrets

    Extract one time password (OTP) secrets from QR codes exported by two-factor authentication (2FA) apps such as "Google Authenticator". The exported QR codes from authentication apps can be captured by camera, read from images, or read from text files. The secrets can be exported to JSON or CSV, or printed as QR codes to console.

  • Project mention: Show HN: AuthWin – Authenticator App for Windows | news.ycombinator.com | 2024-03-03

    This library uses the GPL v3 license: https://github.com/scito/extract_otp_secrets?tab=GPL-3.0-1-o...

    Your options are to either go open-source or remove the library.

  • aws-missing-tools

    Random tools I've written to make life easier using AWS, namely aws-choose-profile and aws-mfa-login

  • TOTP_poc

    Time based OTP - Proof of concept

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • djangoExample

    Example Krptn Integration with Django

  • Project mention: Krptn: User Auth and Encryption of data at rest, derived from users’ credentials | news.ycombinator.com | 2023-09-12

    Hello, all!

    Encryption and user authentication are crucial to cybersecurity.

    Encryption can be implemented at various levels. I believe that handling encryption at the application level is the most secure since it decreases the attack surface. For example, the SQL server doesn’t get to see the plaintext.

    Krptn is a piece of software I’m currently building which could be used as a user authentication service, which also handles encryption (at the application level) of the user’s associated data (e.g.: the users’ phone number).

    (Krptn only has a Python API right now.)

    It would run in the same server instance as your Python code, so no need to host anything new (decreased complexity) - just install the Python module and call the APIs.

    For additional security, I designed the system to derive the encryption keys from the users’ credentials. This prevents an attacker who gains access to the database from being able to decrypt all the data since the encryption keys aren’t stored anywhere. Additionally, each user gets an asymmetric keypair. This enables users to share specific pieces of information with each other.

    I know that, for many projects, this level of encryption is not required to secure their system and hence not everyone would benefit from using this. But I hope that for the people who do wish to have such security, this project will help.

    It would be much appreciated if you would try this out. Please let me know what you think of this! Also please provide some feedback if you have any!

    Here is an example Django integration: https://github.com/krptn/djangoExample

    Here is an example Flask integration: https://github.com/krptn/flaskExample

    GitHub repo: https://github.com/krptn/krypton

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Mfa related posts

  • django authentication , login with otp

    1 project | /r/django | 6 Jul 2023
  • Managing credentials for automated scripts

    1 project | /r/learnpython | 15 Jun 2023
  • Django WebAuthn Support?

    3 projects | /r/django | 21 Apr 2023
  • Script or software that automatically populate specific profile in ~/.aws/credentials

    7 projects | /r/devops | 19 Jan 2023
  • OTP for python .exe

    1 project | /r/learnpython | 30 Sep 2022
  • How can I login to an account using google authenticator?

    1 project | /r/learnpython | 26 Jun 2022
  • Little help with designing simple web app

    1 project | /r/learnpython | 11 May 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 2 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Mfa projects in Python? This list will help you:

Project Stars
1 pyotp 2,831
2 privacyIDEA 1,429
3 prince 1,190
4 aws-mfa 1,007
5 extract_otp_secrets 969
6 aws-missing-tools 61
7 TOTP_poc 2
8 djangoExample 2

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com