Skip to content

sentryco/KeychainExport

Repository files navigation

Tests

KeychainExport 📦

This tool allows you to export General Passwords and Secure Notes from the Apple Keychain on macOS.

Export Format:

The first item in the exported data represents a Secure Note, while the second represents a General Password. Please note that a Secure Note will never contain a password.

[
  {
    "note" : "ecwecwec",
    "password" : "",
    "type" : "note",
    "title" : "affinity"
  },
  {
    "note" : "",
    "password" : "wewcwcwe",
    "type" : "password",
    "title" : "[email protected]"
  }
]

UI / UX

Screenshot 2020-09-10 at 20 42 22

Screenshot 2020-09-10 at 20 42 29

Screenshot 2020-09-10 at 20 44 27

Screenshot 2020-09-10 at 20 42 33

Screenshot 2020-09-10 at 20 43 46

Todo:

  • Design a macOS icon for submission to AppStore etc 👈
  • Add readable error
  • Reset git before making the repo public, it has Key repo etc, also tokens that should be cleared ✅
  • what format is it saved in?

About

📦 Bulk keychain exporter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages