Personal Password Generator using AppleScript
A macOS password manager built completely on AppleScript
.
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.
Run the following command:
> ./build.sh
Build: ./build/MyPass.app
Moved to Applications
This will automatically install MyPass.app in your /Applications
folder.
When pushed to github, AppleScript
are shown as raw files. So, for reference script/password.txt
and script/script.txt
have been added.
Here’s a short gif on how one can use MyPass as a password manager.
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.