https://github.com/tensor-programming/lockbox
Secure P2P Password Manager
https://github.com/tensor-programming/lockbox
Last synced: 5 months ago
JSON representation
Secure P2P Password Manager
- Host: GitHub
- URL: https://github.com/tensor-programming/lockbox
- Owner: tensor-programming
- Created: 2020-04-02T04:40:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T00:08:52.000Z (about 6 years ago)
- Last Synced: 2024-12-16T19:03:59.371Z (over 1 year ago)
- Homepage:
- Size: 31.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lockbox
A simple and secure password manager
**This is still a work in progress**
- [What is it](#what-is-it)
- [How it works](#how-it-works)
- [Installation](#installation)
* [Prebuilt binaries](#prebuilt-binaries)
* [Building from source](#building-from-source)
- [Usage](#usage)
## What is it
A simple and secure password manager. It only saves passwords on your computer and never sends them to some server in some cloud that could potentially be compromised.
In the case that you want your passwords synced across your other devices, there is an optional service that uses Bluetooth and Public/Private key encryption to validate device identity and perform P2P syncing.
## How it works
TODO
## Installation
TODO
### Prebuilt binaries
### Building from source
TODO
## Usage
TODO