====== rbw ======
rbw ([[https://git.tozt.net/rbw/|site officiel]] - [[https://github.com/doy/rbw|github]]) est un programme en ligne de commande pour accéder à so compte [[informatique:bitwarden]].
===== Installation =====
J'ai téléchargé la dernière release là : [[https://git.tozt.net/rbw/releases/deb/|https://git.tozt.net/rbw/releases/deb/]]
$ sudo dpkg -i rbw_0.4.6_amd64.deb
$ rbw config set email mon@compte.be
$ rbw config set base_url https://emplacement.compte.be
$ rbw config show
{
"email": "mon@compte.be",
"base_url": "https://emplacement.compte.be",
"identity_url": null,
"lock_timeout": 3600
}
===== Vérifier la signature du paquet =====
==== Installation de minisign ====
Voir la page dédiée : [[informatique:minisign]]
==== Vérification de la signature ====
$ la
total 1988
drwxrwxr-x 2 simon simon 4096 sep 1 16:30 .
drwxrwxr-x 14 simon simon 4096 sep 1 16:37 ..
-rw-rw-r-- 1 simon simon 2022006 sep 1 16:17 rbw_0.4.6_amd64.deb
-rw-rw-r-- 1 simon simon 307 sep 1 16:30 rbw_0.4.6_amd64.deb.minisig
$ minisign -V -x rbw_0.4.6_amd64.deb.minisig -P RWTM0AZ5RpROOfAIWx1HvYQ6pw1+FKwN6526UFTKNImP/Hz3ynCFst3r -m rbw_0.4.6_amd64.deb
Signature and comment signature verified
Trusted comment: timestamp:1594522605 file:rbw_0.4.6_amd64.deb
===== Aller plus loin =====
[[rbw]] est encore plus intéressant quand on le couple avec [[rofi]] via [[rofi-rbw]] ! ;-)