Skip to content

Lord-Turmoil/PassBashPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PassBash Pro

Copyright © Tony's Studio 2020 - 2023


Try It out!

This is an open source project. Check it out on GitHub and Gitee.

What Is It?

PassBashPro, a.k.a. Pash Pro, is a light-weight command-line password manager, using XTEA and MD-5 to protect your data. It provides you with the following features.

  • Secured storage with XTEA and MD-5 — Your password is safe behind the encryption.
  • Command line interface password management experience — Ideal tool for geeks.
  • User friendly completion and editing — Close to Linux commands.
  • Import and export your passwords — Save multiple copies as you wish.
  • Remote backup and sync using Git — Never lose contact with your password.
  • Multiple profile allowed on one device — For family, our different profiles.
  • Mask for sensitive data — Others cannot see your password even behind you.

How to Use It?

Just use it like Linux Bash. If you have problems, you can always find help using help command.

Notes

Due to some technical reasons, the root directory is ./ instead of /. Therefore ./ no longer represents current directory. ☹️