informatique:bitwarden
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
informatique:bitwarden [2020/08/09 13:03] – modification externe 127.0.0.1 | informatique:bitwarden [2020/12/05 18:55] (Version actuelle) – [Client Linux] simon | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== | + | ====== |
- | [[BitWarden|https:// | + | [[https:// |
+ | |||
+ | Après des années avec [[KeePass]] (KeePass2, KeePassX, ...), je suis complètement passé sous Bitwarden avec un serveur [[yunohost]]. | ||
===== Avantages ===== | ===== Avantages ===== | ||
* Propose la synchronisation avec un Active Directory | * Propose la synchronisation avec un Active Directory | ||
- | * | + | * Il y a une version en Rust, installable sur [[Yunohost]] |
+ | * De nombreux clients sont disponibles ainsi que des modules complémentaires pour les navigateurs | ||
===== Inconvénients ===== | ===== Inconvénients ===== | ||
- | * Lourd | + | * Lourd (sauf la version Rust) |
- | * Repose | + | * La version de base repose |
- | + | ||
- | ===== Problèmes rencontrés ===== | + | |
- | L' | + | |
- | + | ||
- | En installant le paquet " | + | |
===== Version Rust ===== | ===== Version Rust ===== | ||
Il y a une [[https:// | Il y a une [[https:// | ||
- | ===== Sources | + | Cette version Rust est aussi disponible sur [[Yunohost]], |
+ | |||
+ | ===== Installation des clients | ||
+ | |||
+ | ==== Client Linux ==== | ||
+ | Il y a plusieurs possibilités. La meilleure serait d' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | J'ai téléchargé la version " | ||
+ | |||
+ | <code bash> | ||
+ | $ chmod +x Bitwarden-1.23.1-x86_64.AppImage | ||
+ | $ sudo cp Bitwarden-1.23.1-x86_64.AppImage /usr/bin/ | ||
+ | $ sudo ln / | ||
+ | $ ls -al / | ||
+ | -rwxr-xr-x 2 root root 69902872 déc 4 14:24 / | ||
+ | -rwxr-xr-x 2 root root 69902872 déc 4 14:24 / | ||
+ | </ | ||
+ | |||
+ | Quand on lance l' | ||
+ | <code bash> | ||
+ | $ bitwarden | ||
+ | [14: | ||
+ | [14: | ||
+ | </ | ||
+ | |||
+ | === Créer un .desktop pour Gnome === | ||
+ | |||
+ | <code bash> | ||
+ | $ sudo vim / | ||
+ | |||
+ | [Desktop Entry] | ||
+ | Name=Bitwarden | ||
+ | Comment=Password manager | ||
+ | GenericName=password manager | ||
+ | Exec=/ | ||
+ | Icon=bitwarden.png | ||
+ | Type=Application | ||
+ | StartupNotify=false | ||
+ | Categories=Utility; | ||
+ | Actions=new-empty-window; | ||
+ | Keywords=bitwarden; | ||
+ | |||
+ | [Desktop Action new-empty-window] | ||
+ | Name=New Empty Window | ||
+ | Exec=/ | ||
+ | Icon=bitwarden.png | ||
+ | </ | ||
+ | |||
+ | Pour l' | ||
+ | {{: | ||
+ | |||
+ | <code bash> | ||
+ | $ sudo cp Images/ | ||
+ | </ | ||
+ | ==== Client Mobile ==== | ||
+ | Il faut passer par le PlayStore, Bitwarden n'est malheureusement pas disponible sur [[f-droid]]. | ||
+ | |||
+ | ==== Navigateurs ==== | ||
+ | Il y a des add-ons pour de nombreux navigateurs : [[https:// | ||
+ | |||
+ | Sur [[firefox]] : [[https:// |
informatique/bitwarden.1596978214.txt.gz · Dernière modification : 2020/08/09 13:03 de 127.0.0.1