Metadata-Version: 2.1
Name: kosciuszko-utils
Version: 0.0.1
Summary: Library for managing kosciuszko vaults
Home-page: https://git.sr.ht/~happy_shredder/kosciuszko-utils
Author: happy_shredder
Author-email: contact@etage.io
License: UNKNOWN
Description: # kosciuszko-utils
        
        kosciuszko is a simple vault for storing secrets on GNU/Linux. It is heavily inspired by [encnote](https://git.sr.ht/~shakna/encnote).
        
        These utils implement a basic CLI for using a store. See also [libkosciuszko](https://git.sr.ht/~happy_shredder/libkosciuszko) for the core lib.
        
        # Rationale
        
        All existing approaches to storing arbitrary secrets on Linux are shit. kosciuszko is a general purpose vault which supercedes all existing approaches. It uses standard technologies and so can easily be implemented in e.g. shell or any arbitrary language.
        
        ## Method
        Unsecured secrets are stored in a directory. This directory is then folded into a squashfs, and then encrypted with a GPG key.
        To access secrets, the process is simply reversed.
        
        # Usage
        
        
        # Homepage
        
        <https://git.sr.ht/~happy_shredder/kosciuszko-utils>
        
        # License
        
        GPLv3+
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Security :: Cryptography
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.7
Description-Content-Type: text/markdown
