Skip to content

3xploitGuy/loginpod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoginPod

Password encrypter + manager

Stop using plain text passwords for your online accounts you are making your accounts more prone to a hack.
LoginPod is a password encrypter and password manager written in bash with python3 as supportive backend for encrypting passwords and account password management. Like other encryption algorithm's LoginPod has it's own encryption algorithm which works based on a 5 digit encryption key which is a input from user. Using LoginPod you can encrypt your password's, to make it more strong and store it in password vault.

Watch tutorial on youtube

Why to use LoginPod and not other password managers ?

  • You don't get flexibility while using other encryption algorithms, but here based on 5 digit encryption key from 00000 to 99999 you get 100000 different encrypted output based on key you entered.

  • It stores your passwords on your system disk instead of any server keeping you safe in case of any data breach attack.

  • All your password are stored in plain text, passwords are encrypted only at runtime and to get correct password correct 5 digit encryption key must be entered.

  • Stop using online password encrypters as you are giving your passwords to them and they might track you.

  • Really, is there any gurantee that password manager softwares will store your password at their server and never going to peek on them. Better you store them on your system disk.

Usage

1. When you run the script, you are welcomed with this screen where you have to enter 5 digit encryption key on which the encryption algorithm works ranging from 00000 to 99999. For each encryption key entered the algorithm gives different output, so you have to decide a 5 digit encryption key and always use that same encryption key.

2. After entering the encryption key user is welcomed with the main menu, where he can encrypt his passwords and if user wants to store the password for different accounts the password vault can be used.

3. Selecting the second option (encrypter) where user can enter his password and get the encrypted value.

4. Selecting the first option (password vault) will take user to the vault menu, where user can add account name and password, update, retrive saved account passwords and delete an saved account.

5. Saving account and password: user can save the account and password (passwords are stored in plain text).

6. Retrive password: Added accounts passsword can be retrived.

Installing and requirements

  • Python
  • Pyhton3
  • Linux or Unix-based system

Installing

~ ❯❯❯ git clone https://github.com/3xploitGuy/loginpod.git

~ ❯❯❯ cd loginpod

~/loginpod ❯❯❯ chmod +x loginpod.sh

~/loginpod ❯❯❯ ./loginpod.sh

Contact

Gmail
Instagram
Blog
Website
YouTube

License

This work by 3xplotGuy is licensed under the terms of the MIT License.

Releases

No releases published

Packages

No packages published