Git Product home page Git Product logo

passwords-fountain's Introduction

GitHub GitHub package.json version GitHub Workflow Status Codacy Badge Commitizen friendly Contributor Covenant


Passwords Fountain

Modern & performant password manager interface which works everywhere ๐Ÿ“ฑ ๐Ÿ’ป ๐Ÿ“บ

Passwords Fountain is completely free and lightweight UI. Start your journey* at https://www.passwords-fountain.com

*Note: To start, you don't have to host / own anything but your browser

Sounds great! How to start?

There is 5-step mini guide on our Homepage, check it out: https://www.passwords-fountain.com

If you feel that you need additional help to setup the app, don't hestitate to contact with the author: https://twitter.com/kolodziejczakMn

Is it safe?

We do our best to make it safe:

  1. We don't store any vulnerable data - your passwords neither land on localStorage, sessionStorage, IndexedDB nor any server.
  2. Passwords Fountain has access to your database as long as you want to. You can remove admin key from your database account anytime (it's you who are in control!).
  3. In your database (https://fauna.com/) passwords are stored in encrypted version so nobody can steal them from there.
  4. We use strict Content-Security-Policy to prevent any third party script from being injected during application runtime.
  5. We don't use any tracking / logging tool like: Google Analytics, LogRocket or Sentry.
  6. Whole application flow is public and you can see it here: Figma
  7. We released a newsletter to provide you with latest news about the application state.

What you can do to make it safe:

  1. Don't give your FaunaDB admin key* to anybody. If somebody intercepts it they may be able to delete your passwords or add anything to your database.
  2. Be careful when decrypting your passwords in public - they may be noticed by people around you.

*FaunaDB admin key is a database token needed to establish connection between FaunaDB (database) and Passwords fountain (user interface).

What can make you feel safe?

  1. You can always check in what way Passwords Fountain works via putting "random" data into it - you don't risk anything. Again - it's the best to start from our 5-step mini guide which you can find here.
  2. If you're a programmer - you can even go through application code to ensure that your privacy is not violated. If you still don't feel save, then maybe try running your own instance?

Can I run my own instance?

Of course! If you don't want to use official Passwords Fountain instance from https://www.passwords-fountain.com, you can fork the code, use any (free?) static site hosting service and you are all set!

Using "public" instance is preferred though - we can polish it together. It can be hard to help with bug fixing on your private, modified instance.

I found a bug. What should I do?

Don't hesitate to open an issue! If you're new on github, read this guide.

I opened an issue, but I also want to help in closing them. Can I?

Of course! Contribution flow looks like this:

  1. Fork this repo
  2. Create your feature branch (git checkout -b new-feature) on your fork.
  3. Write the code.
  4. Write tests!
  5. Commit your changes via npm run commit - we use commitizen to ensure that all commits will have appropriate structure.
  6. Push to your origin branch via npm run push - this will bump code version in package.json and package-lock.json files, update CHANGELOG.md and create git tag.
  7. Create new pull request (from your_fork_repository/new-feature to this repository master branch).
  8. Wait for code review and react accordingly, thanks a lot!

Contact

Don't hestitate to ask questions I'm always willing to help - https://twitter.com/kolodziejczakMn

passwords-fountain's People

Contributors

kolodziejczakm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.