Giter VIP home page Giter VIP logo

horus's Introduction

Horus

The keeper of the keys

Horus is a simple, terminal-based password manager and 2FA generator. Instead of saving passwords, Horus generates passwords using MD5 hashing of the account name and secret seed phrase and copies it directly to the clipboard.

Installation

Clone repo/download raw Change permissions on setup.sh file (if necessary)

$ chmod +x setup.sh

Run the setup.sh file

$ ./setup.sh

Add the this line to .profile or .bash_profile in your home directory:

export PATH=$PATH":$HOME/.pwd"

Check that it's installed

$ horus

Password manager

Set your seed phrase and remember it forever, it will act as your master password.

$ horus --seed "Super secret seed phrase"

Generate/get password for service

$ horus --pwd <service-name>

Should copy something like &B572AD8ef1f939% to the clipboard.

2FA generator

Add 2fa service

$ horus --atfa <service-name>
$ Paste the 2fa secret: <2fa-secret-key>

Get 2fa key

$ horus --tfa <service-name>

horus's People

Contributors

hermanmartinus 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.