[go: up one dir, main page]

Skip to content

A simple tool for converting Enpass JSON exports to Apple Passwords-compatible CSV.

Notifications You must be signed in to change notification settings

marlonlng/enpass-to-apple-passwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Enpass JSON to Apple Passwords Converter

This is a simple Python script that converts an Enpass password manager JSON export to a CSV file that can be imported into the Apple Passwords app.

Features

  • Extracts key information (title, username, password, URL, notes, OTP) from the Enpass JSON file.
  • Automatically uses the email field if the username is missing.
  • Ensures proper handling of passwords that contain commas by quoting fields.

Requirements

  • Python 3.x

Usage

  1. Export your data from Enpass as a JSON file.
  2. Paste the exported JSON file into the project folder and rename it to enpass_export.json.
  3. Run the following command to convert the JSON file to CSV.

Command

python3 convert.py

About

A simple tool for converting Enpass JSON exports to Apple Passwords-compatible CSV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages