Skip to content

Credential Assistant is a secure tool designed to manage and test server access credentials. It allows you to safely distribute access to specific machines and verify server connectivity with ease.

Notifications You must be signed in to change notification settings

CharlieH52/credential-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credential Asisstant

It's important to keep credentials in a confidential file and never copy them to other computers on the network. However, sometimes it's necessary to grant access for specific purposes or servers.

This program provides a safe method to grant such access quickly and easily check whether the computer can reach the server.

Configuration

Step 1. Install the dependencies using the requirements.txt file.
Step 2. Compile the program with Pyinstaller using the following command.

pyinstaller --clean --onefile --name="{Choose_a_pretty_name}" main.py

Step 3. Run the program for the first time and let it create the credentials.json file.
Step 4. Enter your server credentials and test the connection.

Important

You can modify the program to embed the credentials into the executable, but at this stage, it's entirely up to you.

About

Credential Assistant is a secure tool designed to manage and test server access credentials. It allows you to safely distribute access to specific machines and verify server connectivity with ease.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages