https://github.com/ktakashi/my-password-manager
Building Your Own Password Manager
https://github.com/ktakashi/my-password-manager
Last synced: about 1 month ago
JSON representation
Building Your Own Password Manager
- Host: GitHub
- URL: https://github.com/ktakashi/my-password-manager
- Owner: ktakashi
- Created: 2023-01-10T14:17:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T19:53:40.000Z (about 2 years ago)
- Last Synced: 2024-10-06T01:21:45.215Z (7 months ago)
- Language: Kotlin
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
My Password Manager
===================This will be yet another password manager implementation.
Motivation
----------In December 2022, there was a major incident on one of the most
famous password manager vendors. And I wondered that how difficult
to build a secure password manager, also if I know the complexity
or other troublesome things, I may appreciate them and willing to
pay for their fee (at this moment, I'm only using free tiers.).Project Structure
-----------------The project consists with 2 parts, [`book`](./book) and [`apps`](./apps)
directories.The `book` directory will contain the passage of what I will have done.
The `apps` directory will contain the application I will make.