Skip to content

deepattic/wardenpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


WardenPy

codecov License GitHub stars GitHub issues GitHub release

wardenpy is a cli-password manager, inspired by bitwarden and 1pass.

It uses the most modern and up-to-date hashing algorithms, such as argon 2, and encryption techniques, such as ChaCha20-Poly1305.

| Getting startedInstallation |

Getting started

Tutorial

Run With python :

wardenpy init [username]        # Set up a SQLite database and create a new user named {username}.
wardenpy -u [username]          # Login with your username
wardenpy -u [*] -p [password]   # Login with your username and password.

wardenpy export                 # Export all the entries of a user 

Installation

wardenpy can be installed in these easy steps:

  1. Manual Installation

    wardenpy runs on most major platforms.

    Linux / WSL

    Just clone the repo and install the requirements:

    git clone --depth=1 https://www.github.com/deepattic/wardenpy
    cd wardenpy
    pip install -r requirements.txt
    macOS

    I just dont have an apple device if you have one plz consider putting a pull request :)

    Windows

    And i also dont have a windows pc if you have one plz consider putting a pull request :/

About

cli python password manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages