Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GS15 Coffre-Fort Numérique

Description

GS15 Coffre-Fort Numérique is a secure digital vault application designed to store and manage sensitive information such as passwords, documents, and personal data.

Features

  • Secure storage of sensitive information
  • User authentication and authorization
  • Data encryption using the cobra algorithm
  • CLI tool

Installation

  1. Clone the repository:
    git clone https://github.com/rdmmf/GS15-coffre-fort-num.git
  2. Navigate to the project directory:
    cd GS15-coffre-fort-num
  3. Install requirements
    pip install -r requirements.txt
  4. Launch main.py script
    python3 main.py -h

Example

  1. Create an account:
    python3 main.py -c <user:pass>
  2. Connect to an account and list files on the vault:
    python3 main.py -u <user:pass> -l
  3. Connect to an account and save a local file:
    python3 main.py -u <user:pass>-s <some_local_file>
  4. Connect to an account and get a file from the vault:
    python3 main.py -u <user:pass> -g <some_server_file> -o <output_file>
  5. Connect to an account and get all files:
    python3 main.py -u <user:pass> -ga <output_directory>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages