
تخزين واسترجاع كلمات المرور الخاصة بك من قاعدة بيانات آمنة غير متصلة بالإنترنت. تحقق مما إذا كانت كلمات المرور الخاصة بك قد تم تسريبها مسبقًا لمنع هجمات إعادة استخدام كلمة المرور المستهدفة.

قم بتخزين واسترجاع كلمات المرور الخاصة بك من قاعدة بيانات آمنة دون اتصال. تحقق مما إذا كانت كلمات المرور الخاصة بك قد تم تسريبها سابقًا لمنع هجمات إعادة استخدام كلمة المرور المستهدفة.
يعتمد Pmanager على حزمتي "pkg-config" و "libssl-dev" على أوبونتو. قم بتثبيتها ببساطة باستخدام
sudo apt install pkg-config libssl-dev -y
قم بتنزيل الملف الثنائي وفقًا لنظام التشغيل الحالي الخاص بك من الإصدارات، وأضف موقع الثنائي إلى متغير البيئة PATH وستكون جاهزًا للاستخدام.
sudo apt update -y && sudo apt install curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt install build-essential -y
sudo apt install pkg-config libssl-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev git -y
git clone https://github.com/yukselberkay/pmanager
cd pmanager
make install
git clone https://github.com/yukselberkay/pmanager
cd pmanager
cargo build --release
git clone https://github.com/yukselberkay/pmanager
cd pmanager
cargo build --release
أولاً، يجب تهيئة قاعدة البيانات باستخدام الأمر "init".
# Initializes the database in the home directory.
pmanager init --db-path ~
# Insert a new user and password pair to the database.
pmanager insert --domain github.com
# Get a specific record by domain. This command will first copy username and then password to clipboard.
pmanager get --domain github.com
# List every record in the database.
pmanager list
# Update a record by domain.
pmanager update --domain github.com
# Deletes a record associated with domain from the database.
pmanager delete github.com
# Check if a password in your database is leaked before.
pmanager leaked --domain github.com
pmanager 0.9.7
USAGE:
pmanager [OPTIONS] [SUBCOMMAND]
OPTIONS:
-d, --debug
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
clip Copy password to clipboard by domain
delete Delete a key value pair from database
get Copy username and then password to clipboard by domain
help Print this message or the help of the given subcommand(s)
init Initialize pmanager
insert Insert a user password pair associated with a domain to database
leaked Check if a password associated with your domain is leaked
list Lists every record in the database
update Update a record from database
عنوان البيتكوين -> bc1qrmcmgasuz78d0g09rllh9upurnjwzpn07vmmyj