menubar password manager with style & 3DES encryption ππ₯
- Model to predict which key you are most likely to use next and sort it in that order
- Unlock your keychain with a physical device (like a flash-drive)
- Improve use of popover events and the way you close them
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Xcode 6.3 (or higher) & macOS 10.9 (or higher)
Get the project folder on your system and open keykeeper.xcworkspace either via terminal or directly with Xcode (6.3++) (Don't forget the Podfile π)
If interested you're welcome to work on memory leaks with the Xcode Developer Tool "Instruments"
- Open Xcode
- On the top left select Xcode > Developer Tools
- Click on Instruments
- Select 'Leaks'
- Choose 'keykeeper' from the process lists
- Click Choose to create a trace document
- Click the Record button (π΄) in the toolbar (or press Command-R) to begin recording.
- Use your app normally.
- kishikawa katsumi - KeychainAccess framework used π₯
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
This project is licensed under the MIT License - see the LICENSE.md file for details