Project

imp

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
IMP is a simple console password manager. Passwords are stored in an AES encrypted filesystem-like tree. The main functionality includes printing, setting and copying passwords, allowing the handling of passwords without them being shown on screen.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

IMP (IMP Manager for Passwords)

A small and simple console based password manager.

Uses 256-bit AES encryption to encrypt a tree struction of saved passwords with a master password. Provides a basic interactive environment to print and copy these passwords.

Allows working with encrypted passwords without them ever appearing on-screen (due to the copy functionality) as they would if using a simple encrypted password file, but without the bloat of larger password managers.

##TODO

  • More descriptive --help message.
  • Create tests. Seriously. (I have to figure out how/if to test the heavily I/O based classes)