
Stockez et récupérez vos mots de passe depuis une base de données sécurisée hors ligne. Vérifiez si vos mots de passe ont déjà fuité pour prévenir les attaques ciblées de réutilisation de mots de passe.

Stockez et récupérez vos mots de passe dans une base de données locale sécurisée. Vérifiez si vos mots de passe ont déjà fuité afin d'éviter des attaques ciblées de réutilisation de mots de passe.
Pmanager dépend des paquets "pkg-config" et "libssl-dev" sur ubuntu. Installez-les simplement avec
sudo apt install pkg-config libssl-dev -y
Téléchargez le binaire correspondant à votre système d'exploitation depuis les versions, puis ajoutez l'emplacement du binaire à la variable d'environnement PATH, et vous êtes prêt.
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
Tout d'abord, la base de données doit être initialisée à l'aide de la commande "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
Adresse Bitcoin -> bc1qrmcmgasuz78d0g09rllh9upurnjwzpn07vmmyj