https://github.com/marvin1099/password_inseter
This python script checks a password by hashing it + salt with sha256
https://github.com/marvin1099/password_inseter
input-validation manager password python
Last synced: 15 days ago
JSON representation
This python script checks a password by hashing it + salt with sha256
- Host: GitHub
- URL: https://github.com/marvin1099/password_inseter
- Owner: marvin1099
- License: agpl-3.0
- Created: 2020-04-06T00:19:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T09:23:23.000Z (9 months ago)
- Last Synced: 2024-09-14T20:08:58.337Z (9 months ago)
- Topics: input-validation, manager, password, python
- Language: Python
- Homepage:
- Size: 9.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password_Inseter
This simple python script checks a password by hashing it + salt with sha256First time running it, will ask you for a password.
After that, it will ask you to repeat it.
If it matches, it will then ask you for the programm you want to insert the password in.
Then you will can also set the arguments to start the program (optional).
Next it ask you for the progamm wait time.
That is how long to wait before the progam is ready to get the input (default 2s).
Lastly it ask you if the progam should wait for the started progam to finish (default yes)Now every time you start the script it asks you for the password,
and if it is the correct one, it starts the selected programm and types the password in.
After that it presses enter.
If you dont type anything it wil just exit.The input tester included can be used to check the function of the software.
[Donwload all files right here](https://codeberg.org/marvin1099/Password_Inseter/releases).
[Or here (backup repo)](https://github.com/marvin1099/Password_Inseter/releases).This was made for the:
SAM - Steam Account Manager
https://github.com/rex706/SAMIn the past I got 2 error messages there, when the software got the wrong password / no password.
This avoides this, by having its own password check mecanisim.