⚠️ This issue respects the following points: ⚠️
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
Current Status
iCloud (iOS, macOS) stores passwords slightly different:
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.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