Giter VIP home page Giter VIP logo

krypt's Introduction

The Krypt Password Manager

krypt logo

Installation

git clone https://github.com/raklaptudirm/krypt.git
cd krypt
make build
./bin/krypt # put this executable in your path

Commands

krypt add            # add a new password to krypt
krypt edit [regexp]  # edit a password whose name matches [regex]
krypt help [command] # get help about the provided krypt command
krypt list [regexp]  # list the passwords whose names matches [regex]
krypt login          # login to krypt with your master password
krypt logout         # logout of krypt
krypt rm [regexp]    # remove the password whose name matches [regex]
krypt version        # get the version information of krypt

License

Krypt is licensed under the Apache License, Version 2.0.

krypt's People

Contributors

raklaptudirm avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

metricsgroup

krypt's Issues

Implement basic functionality in rewrite.

Implement basic functionality of krypt for the rewrite.

  • Basic cryptographic functionality
  • Key derivation system
  • Data storage
  • login command
  • logout command
  • add command
  • list command
  • edit command
  • delete command

Better storage options

Description

Currently, all data is store at $HOME/.krypt, and there is no way to configure it to be something different.

Suggestion

A step wise method to get the storage directory from different environment variables is suggested:

  1. KRYPT_DATA_DIR
  2. XDG_DATA_HOME
  3. AppData (windows only)
  4. HOME

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.