Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 91 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,105 @@
## Problems with the current password managers:
Single point of failure: if the server/database goes down, there goes your passwords


Trust issue: can you really trust that these closed-source softwares will not just read your passwords?

## B. Secure solves all the mentioned problems:
The passwords are stored on the decentralized database that is the Polygon blockchain, hence it will not go down easily


The passwords are encrypted by your private key which belongs to only you. You are the only one who can see your saved passwords.

## B. Secure Flow
## Inspiration

> One potential source could be personal experience with password managers and frustration with their limitations and security concerns. Many people use password managers to store and generate strong, unique passwords for all their accounts, but there are often concerns about the security of these password managers, especially if they are closed-source or rely on a centralized server.

> Another potential source of inspiration could be the growing demand for secure and decentralized technologies, particularly in the wake of high-profile data breaches and privacy concerns. Decentralized technologies like blockchain are becoming increasingly popular for their potential to provide a more secure and transparent way to store and share data.

> Finally, inspiration for a project like B. Secure could come from a desire to create a meaningful impact in the world. By creating a more secure and user-friendly password manager, you could help people protect their sensitive information and prevent cyberattacks, which could ultimately have a positive impact on society as a whole.

## Features

- Load Saved Credentials
- Create New Credentials
- Add Credit Balances
- B. Secure automatically detects new credentials
- Securely store them on the Blockchain

## Demo

Youtube Video Demo

[![Youtube Video](https://img.youtube.com/vi/obZrWSzVHjc/sddefault.jpg)](https://www.youtube.com/watch?v=obZrWSzVHjc&ab_channel=CodeDecoders)


## Tech Stack

**Frontend:** Vanilla JS (For Chrome Extension Development), Crypto.JS, Etheres.JS

**Backend:** Solidity, Polygon Blockchain, Remix


## B. Secure WorkFlow

![Untitled (10)](https://user-images.githubusercontent.com/21285859/192128579-eb2c8740-1c75-436f-8062-5e5e05defeb1.jpg)

## Run Locally

Clone the project

```bash
git clone https://github.com/Code-Decoders/b.secure
```

Go to the project directory

```bash
cd b-secure
```

Install dependencies

```bash
yarn install
```

Start the server

```bash
yarn dev
```

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch
```sh
git checkout -b feature/AmazingFeature
```
3. Commit your Changes
```sh
git commit -m 'Add some AmazingFeature'
```
4. Push to the Branch
```sh
git push origin feature/AmazingFeature
```
5. Open a Pull Request

## License

Distributed under the MIT License. See `LICENSE.md` for more information.

## Feedback & Contact

If you have any feedback or contact, please reach out to us at [email protected]

## Authors

- [@Maadhav](https://www.github.com/Maadhav)
- [@kunal528](https://www.github.com/kunal528)
- [@Vatsal596](https://gist.github.com/Vatsal596)