bitwarden
Open-source password manager.
Extends: Technology
Bitwarden
Open-source password manager.
Overview
Category: Security software
Open-source password manager.
Related Skills
No related skills listed.
Occupations Using This Technology
No occupations listed.
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Bitwarden',
category: 'Security software',
description: 'Open-source password manager.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Bitwarden",
"applicationCategory": "Security software",
"description": "Open-source password manager."
}