Skip to main content

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 hashes)

Uploaded Source

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