sentryco / KeychainExport

πŸ“¦ Bulk keychain exporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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" : "john@hotmail.com"
  }
]

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


Languages

Language:Swift 100.0%