Skip to the content.

Table of contents

Bitwarden ciphers

The com.bitwarden.ciphers doctype is used to store secret things for the bitwarden clients. There are 4 types of ciphers:

  1. Login
  2. Secure note
  3. Card
  4. Identity

Attributes

Logins

When the cipher has type 1 (login), the login is an object with these fields:

Example

{
  "_id": "44907c0262681483ab53e944fa077496",
  "_rev": "1-ded69b8f2b34ba6095f7637868453138",
  "type": 1,
  "shared_with_cozy": false,
  "name": "2.ygPX4ld50/Z2kEjdEWvhHg==|1nxqZVBUcnMk9bxzQDJyqQ==|HRjAlp45dJ2RBRBGY6yvDvZseOD49oimuUU5y12MuHk=",
  "login": {
    "uris": [
      {
        "uri": "2.DNrdKV2iNY+RtJbqFnPu7Q==|vhIZA5pXFngJRCnZlYjTmQV0ybQdJ6lNzt1CoTauwVI=|PiDEUFpvEaJtrKADSnyuqALajPHnDmfQsiDLEqF+3YY="
      }
    ],
    "username": "2.+uazyy7smAtIToJfqcS8yw==|IhmkZ0OHV+kX7txsPsSztA==|tDc1Zgknyl/JMn/O44hWZBaywSsHGeRGvK7ffEr5SdM=",
    "password": "2.L+41A7ch4GypwrIFXG5vkA==|S3eFnoNtk1IpsT4gcfcNrw==|lqdBTpSHKqTJtgBBXBXqm2K249AF1gZMec4cFf5gqR0="
  },
  "fields": null,
  "organization_id": "8869e3ee461551cc2bc4d5d9a107dbf9",
  "collection_id": "8869e3ee461551cc2bc4d5d9a107d0c1",
  "cozyMetadata": {
    "doctypeVersion": "1",
    "metadataVersion": 1,
    "createdAt": "2019-09-24T15:48:19.55593719+02:00",
    "updatedAt": "2019-09-24T15:48:19.55593719+02:00"
  }
}