1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 04:33:38 +00:00
Files
browser/libs/tools/generator

Bitwarden Credential Generators

This folder contains the TypeScript implementation of the Bitwarden credential generator.

generator-core

Package name: @bitwarden/generator-core

Contains credential generation services, configurations, types, and utilities.

Use this module to integrate the generator with your services.

generator-components

Package name: @bitwarden/generator-components

Contains Angular components and modules.

Use this module to integrate the generator with your components.

generator-history

Package name: @bitwarden/generator-history

Generator history layer.

Use this module to record generated credentials to an account's credential log.

generator-navigation

Package name: @bitwarden/generator-navigation

Backwards compatibility layer for legacy generator support.

Warning

Do not use this module.

generator-legacy

Package name: @bitwarden/generator-legacy

Backwards compatibility layer for legacy generator support.

Warning

Do not use this module.

Navigation