Metadata-Version: 2.1
Name: gcmark-vault
Version: 1.0.3
Summary: A secure CLI-based password manager.
Author: Gileade Castro & Mark McKinney
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: keyboard==0.13.5
Requires-Dist: pyperclip==1.8.2
Requires-Dist: inputimeout==1.0.4
Requires-Dist: cryptography==44.0.0
Requires-Dist: argon2-cffi==23.1.0
Requires-Dist: secrets==1.0.2
Requires-Dist: pyOpenSSL==24.3.0


    # GCMark Vault
    
    ### Description:
    A secure CLI-based password manager that uses the Argon2 hashing algorithm and Fernet symmetric encryption.
    
    ### How to use:
    After installing the package, just call vault in your terminal:
    ```vault```
    
    
