Skip to main content

Authenticator Application

Project description

image

Authf

Authf is an authentication management package developed for Python. It offers a command-line interface that enables the addition, display, and deletion of accounts, along with the capability to generate Time-Based One-Time Passwords (TOTPs) for verifying accounts.

Features

  • Incorporate new accounts featuring encrypted secret keys.
  • Account information is securely encrypted using the PBKDF2HMAC cryptography method and saved locally on your device.
  • Operates without the need for an internet connection.
  • The TOTP remains inaccessible to others, ensuring your security even in the even of devices loss, provided your passwords remain secure.
  • Manage (view & remove) TOTP tokens used for account verification.

Installation

You can install Authf using pip:

pip install authf

Version

authf --version

Usage

Once installed, you can use the authf command to access the authentication tool. Here are some examples of how to use it:

  • Add a new account:
$ authf --addaccount
Enter the account name: apple
Enter password to encrypt the secret key: 
Enter the secret key without any error: theSecretkey
Your TOTP for verification of the account is 685197
  • View TOTP:
$ authf --totp
Enter the account name: apple
Enter password to view TOTP: 
Your TOTP for authentication is 270142
  • Remove your all accounts

    Warning: Using the following command will completely remove all your 2FA authentication accounts

$ authf --rm

Requirements

AuthF requires Python 3.x. All dependencies are listed in the requirements.txt file.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions or feedback, feel free to open an issue on GitHub.

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

authf-0.0.2.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

authf-0.0.2-py3-none-any.whl (11.0 kB view hashes)

Uploaded Python 3

Supported by

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