Metadata-Version: 1.0
Name: cofre
Version: 0.2.1
Summary: the serendipitous password manager
Home-page: https://github.com/rferreira/cofre
Author: Rafael Ferreira
Author-email: raf@ophion.org
License: MIT/X11
Description: ## Cofre is a simple tool for managing passwords
        
        # What makes cofre serendipitous:
        * You don't need to remember another password (it uses your existent SSH keys)
        * You can store anything in it, username/password combinations, ssn, etc...
        * Pretty much everything is encrypted using RSA keys
        
        ## Getting started:
        
        first we get it installed:
        
        	pip install cofre
        	
        then we initialize it's database:
        
        	cofre --init
        	
Keywords: password encryption rsa
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apple Public Source License
