Skip to content

Instantly share code, notes, and snippets.

@lajlev
Created November 28, 2024 08:44
Show Gist options
  • Save lajlev/dc08c3bd76e99fc6234134e277c876a4 to your computer and use it in GitHub Desktop.
Save lajlev/dc08c3bd76e99fc6234134e277c876a4 to your computer and use it in GitHub Desktop.
How to import Secrets.app password manager into Apple Passwords
  1. Export passwords from secrets as CSV file PixelSnap 2024-11-28 at 09 41 51
  2. Install brew install csvkit
  3. Reorder columns csvcut -c name,website,identifier,secret,notes,oneTimePassword credentials.csv > reordered.csv
  4. Rename columns sed '1s/.*/Title,URL,Username,Password,Notes,OTPAuth/' reordered.csv > credentials-ready-for-apple-passwords.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment