项目作者: surajsau

项目描述 :
Personal Password Generator using AppleScript
高级语言: Shell
项目地址: git://github.com/surajsau/MyPass.git
创建时间: 2020-05-10T05:09:00Z
项目社区:https://github.com/surajsau/MyPass

开源协议:

下载


MyPass 🔐

A macOS password manager built completely on AppleScript.

Summary 🍽

This is a simple password manager built completely on AppleScript. One can generate a new password and save it corresponding to a title (for e.g., website name) for future accessibility. These passwords which are saved locally in your system, can be accessed from the toolbar menu.

1) Fire up MyPass from Spotlight search upon install

Fire up from Spotlight search

2) Generate a new random password and save it

3) Access all your saved passwords from the MyPass toolbar menu

Install 📲

Run the following command:

  1. > ./build.sh
  2. Build: ./build/MyPass.app
  3. Moved to Applications

This will automatically install MyPass.app in your /Applications folder.

Files 📎

When pushed to github, AppleScript are shown as raw files. So, for reference script/password.txt and script/script.txt have been added.

How to Use 📋

Here’s a short gif on how one can use MyPass as a password manager.

How to use

When a new password is generated for the first time and saved, a ~/Documents/password.txt is generated where all the generated passwords are stored.