An open API service indexing awesome lists of open source software.

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

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.