Authentication Tool for Authenticating Users, HWIDs and Licenses to keep your Code secure from malicious activities.
Project description
Key Auth
Authentication Tool for Authenticating Users, HWIDs and Licenses to keep your Code secure from malicious activities.
Installation
Install keyauth-tech with pip
pip install keyauth-tech
Usage/Examples
from keyauth import KeyAuth
def main():
print("Hack the matrix!") # Replace with your Code (success)
def exit_program():
print("Authentication failed.") # Replace with your Code (fail)
authenticator.exit()
# Creating the authenticator instance
authenticator = KeyAuth(app_id="", max_tries=3, success=main, fail=exit_program) # Replace with your APP ID
# Authenticating
authenticator.authenticate()
# Install Packages if not installed
authenticator.install(["requests", "random"]) # Replace with your Packages
# Print your HWID
print(authenticator.get_hwid())
Note
To get your APP_ID make an Account on https://keyauth.tech/signup, you can get a Auth Key by contacting Support for completly free.
Support
For support, email keyauthtech@gmail.com or contact flankdev on Discord.
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
keyauth-tech-0.0.5.tar.gz
(4.1 kB
view details)
File details
Details for the file keyauth-tech-0.0.5.tar.gz.
File metadata
- Download URL: keyauth-tech-0.0.5.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fd3682be042c4f41b1d8df033025ba949e2b294b48695efa9568e1421e9e4f1
|
|
| MD5 |
2c08fdd12d9daa82c84aa55bce264857
|
|
| BLAKE2b-256 |
9ff10d31391c32705bb0473893765f6b1365781a2e41d22d460d03a48087127b
|