Skip to content

[FEATURE]: Fields compatibility with iCloud #784

@avibrazil

Description

@avibrazil

⚠️ This issue respects the following points: ⚠️

  • This is a feature request for one feature, not a question, discussion or multiple features.
  • This is not a feature request for the browser extension or another client.
  • This feature is not already requested on Github (I've searched it).
  • This feature does not already exist (I checked the wiki).

Current Status

iCloud (iOS, macOS) stores passwords slightly different:

  • One password entry can have multiple websites, so same entry will be offered on login on any URLs listed there.
  • It stores also OTPAuth URL for one time code apps, data such as otpauth://totp?secret=EQ2[redacted]H&algorithm=SHA1&digits=6&period=30. This information only appears when you export passwords to CSV. For end users it simply shows the one time 6 digit code that expires every few seconds.
  • When you export passwords to a CSV file, it has following columns, in this order:
    • Title (usually reduced form of the URL plus username, but can be freely editable)
    • URL
    • Username
    • Password
    • Notes
    • OTPAuth (the otpauth:// URL mentioned above)

The exporter doesn't show Passkeys (I guess because it is tied to the hardware or Apple ID somehow), but Apple's Password app has them.

Feature Description

Please improve compatibility with iCloud Passwords. It only requires the URL field to accept several URLs and an entry in the import section.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA new functionality for the app

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions