Inspiration

I wanted to make something that let me explore everything you need to do at a hackathon.

What it does

Currently, the web app stores and encrypts passwords onto a database hosted by cockroachDB with the "sign up" form. The web app also allows you to retrieve and decrypt your password with the "fetch" form.

How we built it

I used python to build the server side components and flask to connect the server to the web app. I stored the user-data using the cockroachDB API. I used html, jinja2, and bootstrap to make the front-end look pretty.

Challenges we ran into

Originally, I was going to use the @sign API and further continue my project, but the @platform uses Dart. I do not use Dart and I did not plan on doing so within the submission period. I then had to descale my project to something more achievable, which is what I have now.

Accomplishments that we're proud of

I made something when I had little idea of what I was doing.

What we learned

I learned a lot of the basic elements of creating a web app (front-end + back-end) and using databases (cockroachdb).

What's next for Password Manager

Fulling fleshing out the entire web app.

Built With

Share this project:

Updates