tis-bitwarden icon

Bitwarden

Paquet d’installation silencieuse pour Bitwarden

2025.11.1-17
Security
Utilities
Security
Utilities

Les paquets PREPROD sont des paquets construits via LUTI. Ils restent généralement 5 jours en PREPROD, après quoi un scan VirusTotal est effectué.
Si le paquet réussit ce dernier contrôle, il est promu en PROD et publié sur le store.

  • package: tis-bitwarden
  • name: Bitwarden
  • version: 2025.11.1-17
  • categories: Security,Utilities
  • maintainer: WAPT Team,Tranquil IT,Jimmy PELÉ,Simon Fonteneau
  • editor: 8bit Solutions LLC
  • licence: opensource_free,cpe:/a:gnu:gpl_v3,wapt_public
  • locale: all
  • target_os: windows
  • impacted_process: Bitwarden
  • architecture: x86
  • signature_date:
  • size: 93.98 Mo
  • installed_size: 264.56 Mo
  • homepage : https://bitwarden.com

package           : tis-bitwarden
version           : 2025.11.1-17
architecture      : x86
section           : base
priority          : optional
name              : Bitwarden
categories        : Security,Utilities
maintainer        : WAPT Team,Tranquil IT,Jimmy PELÉ,Simon Fonteneau
description       : Bitwarden is a freemium and open source password manager under the AGPL license, which allows you to generate and store passwords in a secure manner. These elements are protected by a single password called "master password"
depends           : 
conflicts         : 
maturity          : PREPROD
locale            : all
target_os         : windows
min_wapt_version  : 2.3
sources           : https://github.com/bitwarden/clients/releases
installed_size    : 264558131
impacted_process  : Bitwarden
description_fr    : Bitwarden est un gestionnaire de mots de passe freemium et open source sous licence AGPL, qui permet de générer et de conserver des mots de passe de manière sécurisée. Ces éléments sont protégés par un seul et unique mot de passe appelé « mot de passe maître »
description_pl    : Bitwarden to freemium i open source menedżer haseł na licencji AGPL, który pozwala na generowanie i przechowywanie haseł w bezpieczny sposób. Elementy te są chronione przez pojedyncze hasło zwane "hasłem głównym"
description_de    : Bitwarden ist ein Freemium- und Open-Source-Passwortmanager unter der AGPL-Lizenz, mit dem Sie Passwörter auf sichere Weise erzeugen und speichern können. Diese Elemente werden durch ein einziges Passwort geschützt, das "Master-Passwort" genannt wird
description_es    : Bitwarden es un gestor de contraseñas freemium y de código abierto bajo licencia AGPL, que permite generar y almacenar contraseñas de forma segura. Estos elementos están protegidos por una única contraseña llamada "contraseña maestra"
description_pt    : Bitwarden é um gestor de senhas livre e de código aberto sob a licença AGPL, que lhe permite gerar e armazenar senhas de uma forma segura. Estes elementos são protegidos por uma única palavra-passe chamada "master password"
description_it    : Bitwarden è un gestore di password freemium e open source con licenza AGPL, che consente di generare e memorizzare le password in modo sicuro. Questi elementi sono protetti da un'unica password chiamata "master password"
description_nl    : Bitwarden is een freemium en open source wachtwoordmanager onder de AGPL licentie, die u in staat stelt wachtwoorden te genereren en op te slaan op een veilige manier. Deze elementen worden beschermd door een enkel wachtwoord genaamd "master password"
description_ru    : Bitwarden - это freemium-менеджер паролей с открытым исходным кодом под лицензией AGPL, который позволяет генерировать и хранить пароли в защищенном виде. Эти элементы защищены одним паролем, называемым "мастер-паролем"
audit_schedule    : 
editor            : 8bit Solutions LLC
keywords          : 
licence           : opensource_free,cpe:/a:gnu:gpl_v3,wapt_public
homepage          : https://bitwarden.com
package_uuid      : c5a66619-1c4a-46a8-83b5-ba516ff62171
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : https://github.com/bitwarden/clients/releases
min_os_version    : 10.0
max_os_version    : 
icon_sha256sum    : 6ae13462bbcc8bb661e2aaba2b48439d70dd241410918e8eb54b89d7a4e92f01
signer            : test
signer_fingerprint: b82fc8ef4a4475c0f69ac168176c2bfc58f572eb716c4eadd65e4785c155dd8e
signature_date    : 2025-11-18T18:38:32.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : S+vocszicp1JO8jlOgWZ+YrYkhr+j/kYPpJDis+OhlGl0ssN34mDCErRvxEjhrAYMcFA4q8H3ndMkJ/HXyYGcxdkArZeSZgq9co6LxCUU4E0qbJtETXkvocebXLlEDLtE2lZQKaZxrSSMvlW7UHmHBT5Vnj6FpHucOChtJrgpHv9bB4kKhh9pYxlaJpRi+1ix7mZLDRfMhMpqBkOb4wTRDXxg3RK+qL7zsVD2p35TIRvzoHuAd5AS0mi8eZwH1s//2kMcBmfNeQaIh8D+VVU84hMZ3QPsy0aPtjJlEHTMFd5pZsdS+bZCCcdnYn/lXXn7nMlXwmUJuxFdW9pFcd9Mg==

# -*- coding: utf-8 -*-
from setuphelpers import *


def install():
    bin_name = glob.glob("Bitwarden-Installer-*.exe")[0]
    install_exe_if_needed(
        bin_name,
        silentflags="/S /ALLUSERS",
        key="173a9bac-6f0d-50c4-8202-4744c69d091a",
        min_version=control.get_software_version(),
    )

    # Disabling updater (source: https://github.com/bitwarden/desktop/issues/697)
    set_environ_variable("ELECTRON_NO_UPDATER", "1")

# -*- coding: utf-8 -*-
from setuphelpers import *
import json


def update_package():
    # Declaring local variables
    package_updated = False
    proxies = get_proxies()
    if not proxies:
        proxies = get_proxies_from_wapt_console()
    app_name = control.name
    api_url = "https://api.github.com/repos/bitwarden/clients/releases"
    dict_arch_name = {"x64": "x64", "x86": "ia32"}

    # Getting latest version information from official sources
    print("API used is: %s" % api_url)
    dict_result = json.loads(wgets(api_url, proxies=proxies))
    for tag in dict_result:
        if tag["name"].startswith("Desktop ") and not tag["draft"] and not tag["prerelease"]:
            print("Tag URL used is: %s" % tag["html_url"])
            version = tag["tag_name"].split("-")[-1].replace("v", "")
            for download in tag["assets"]:
                if "Bitwarden-Installer-" in download["name"]:
                    download_url = download["browser_download_url"]
                    latest_bin = download["name"]
                if "-%s.nsis.7z" % dict_arch_name[control.architecture] in download["name"]:
                    latest_bin_7z = download["name"]
                    download_url_7z = download["browser_download_url"]
            break

    # Downloading latest binaries
    print("Latest %s version is: %s" % (app_name, version))
    print("Download URL 1 is: %s" % download_url)
    print("Download URL 2 is: %s" % download_url_7z)
    if not isfile(latest_bin):
        print("Downloading: %s" % latest_bin)
        wget(download_url, latest_bin, proxies=proxies)
    else:
        print("Binary is present: %s" % latest_bin)
    if not isfile(latest_bin_7z):
        print("Downloading: %s" % latest_bin_7z)
        wget(download_url_7z, latest_bin_7z, proxies=proxies)
    else:
        print("Binary is present: %s" % latest_bin_7z)

    # Checking version from file
    version_from_file = get_version_from_binary(latest_bin).split("-")[0]
    # if not version_from_file.startswith(version) and version_from_file != '':
    if Version(version_from_file) != Version(version) and version_from_file != "":
        print("Changing version to the version number of the binary")
        os.rename(latest_bin, latest_bin.replace(version, version_from_file))
        version = version_from_file
    else:
        print("Binary file version corresponds to online version")

    # Changing version of the package
    if Version(version) > Version(control.get_software_version()):
        print("Software version updated (from: %s to: %s)" % (control.get_software_version(), Version(version)))
        package_updated = True
    else:
        print("Software version up-to-date (%s)" % Version(version))
    control.set_software_version(version)
    control.save_control_to_wapt()

    # Deleting outdated binaries
    remove_outdated_binaries(version, list_extensions=["exe", "msi", "7z"])

    # Validating update-package-sources
    return package_updated

bffa6a00def1184ef5ff61cdc48d04a955c959d1a02001328d659a78f1059158 : Bitwarden-Installer-2025.11.1.exe
01ca7fe94636e5a08fcb73849d3b5df25d51e2c82f4dd1a08f01798b25899819 : WAPT/certificate.crt
42c09c309555543d9f3c227d587fc16276af97d759194669f4a5e5e9debd62aa : WAPT/control
6ae13462bbcc8bb661e2aaba2b48439d70dd241410918e8eb54b89d7a4e92f01 : WAPT/icon.png
2de4e35ef432399606e53f44fdb277d7833879a89d115761860150a9b21abce9 : bitwarden-2025.11.1-ia32.nsis.7z
2a0b45d0eaa7f37f40caeeeee102c8d7692890962eb15dffce28f11810c16ac2 : luti.json
4208990678b2b08ef48957607cf4130d333c5736ebdcc046e0db1fc0e78baeb0 : setup.py
707949e3d17f3d1e59856cc30535195738f92faae7e5cb06e7b328582edc16e5 : update_package.py