Git Product home page Git Product logo

kipi's Introduction

kipi

A password manager.

Fair Warning

If your plan is to seriously deploy this password manager for any reason, take serious precaution. Despite the pride I take in my work here, there's better developed, FOSS alternatives, like bitwarden.

Working Out of the Box

This repository provides a database out of the box using Docker Compose. Familiarity with Docker is necessary for deploying or testing this project at a bare minimum.

Commands of interest would be:

  • docker-compose start
  • docker-compose stop
  • docker ps -a

All information regarding connecting to the container's PostgreSQL is available in .env.

docker-compose up -d
source .env
cargo run $DATABASE_URL # sourced from .env

# once done...
docker-compose stop

Relying on a Different Database

The project as is assumes a fresh postgres user instance. If you want to use your own database outside of the provided docker containers, the process would be similar- just point the kipi instance to your database's URL and let loose.

cargo run $DATABASE_URL # own postgres URL

SQL Injection Challenge

Obviously, this project is mostly implemented for fun. And, what's more fun than having your vault broken into, and your keys stolen? If you can find any relevant SQL injection tactics, please make an issue.

kipi's People

Contributors

borgerr avatar

Watchers

 avatar

kipi's Issues

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.