1 Star 1 Fork 0

Turmoil / PassBash

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

PassBash

Copyright © Tony's Studio 2020 - 2023


Try It out!

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

You can also take a look at my blog - PassBash. :)

What Is It?

PassBash, a.k.a. Pash, is a light-weight command-line password manager, using Tiny Encryption Algorithm to protect your data. And, again, developed with tinyxml2.

It provides you with management abilities to tidy your passwords in groups and items. Each password item is like a "file" in your computer, and you can put related passwords into one group, representing a folder. Of course, you can create groups in groups.

How to Use It?

Just use it like Linux bash, but with fewer functions. Basically, I tried to make the meaning of commands in PassBash the same as what is Linux. You can always use help to check available commands.

Below is a simple example of the commands in PassBash.

.$ mkdir social
Group "social" created.
.$ cd social
./social$ touch qq
Password item "qq" created.
./social$ mod qq
------------------------------------------- Edit Mode -------------------------------------------
Use "help" for more information.
 qq> see
                                             Nothing
 qq> set Username|Nick Name
  ID |                  Key |                Value |       Weight
   0 |             Username |            Nick Name |            4
 qq> set Password|123456
  ID |                  Key |                Value |       Weight
   0 |             Username |            Nick Name |            4
   1 |             Password |               123456 |            8
 qq> set Comment|This is a demo
  ID |                  Key |                Value |       Weight
   0 |             Username |            Nick Name |            4
   1 |             Password |               123456 |            8
   2 |              Comment |       This is a demo |           12
 qq> quit

------------------------------------------- Edit End -------------------------------------------
./social$ cat qq
  ID |                  Key |                Value |       Weight
   0 |             Username |            Nick Name |            4
   1 |             Password |               123456 |            8
   2 |              Comment |       This is a demo |           12
./social$ ls
Total 1 groups and items:
        qq
./social$ rename qq QQ
Rename "./social/qq" to "./social/QQ".
./social$ ls
Total 1 groups and items:
        QQ
./social$ cd ..
.$ find qq
Total 1 result:
        ./social/QQ
MIT License Copyright (c) 2023 Turmoil Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Command line password manager. 展开 收起
C++ 等 2 种语言
MIT
取消

发行版 (8)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
C++
1
https://gitee.com/tonys-studio/pass-bash.git
git@gitee.com:tonys-studio/pass-bash.git
tonys-studio
pass-bash
PassBash
master

搜索帮助