Skip to content

Procontor is a Project Container Creator designed to create LUKS-encrypted containers for handling sensitive projects and subsequently mount them for further use.

License

Notifications You must be signed in to change notification settings

k4rkarov/procontor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Procontor

procontor

The idea behind Procontor is to automate the creation of LUKS-encrypted containers for securing sensitive projects. This ensures that all data related to a specific project is protected with a password. Always remember to store your passwords securely, such as in a password vault like keepassxc.

Procontor not only creates the container but also automatically mounts it, providing a convenient and secure way for you to use it for storing your data.

Download

  git clone https://github.com/k4rkarov/procontor && cd procontor

Usage

$ ./procontor.sh
Usage:
  ./procontor.sh [OPTIONS]
Options:
  -h, --help             Show this help message
  -p, --project PROJECT  Specify the project name
  -s, --size SIZE        Specify the container size (e.g., 500M, 5G)
Description:
  Procontor is a Project Container Creator designed to create LUKS-encrypted containers for handling sensitive projects and subsequently mount them for further use. Please remember the password you've set for your container!
Note:
  The ideal container naming should follow this pattern: year-month-day_projectType_client_yourInitials. For instance: 2023-10-02_Web_evilcorp_kd

Example

$ ./procontor.sh -p 2023-10-02_Web_evilcorp_kd -s 200M

About

Procontor is a Project Container Creator designed to create LUKS-encrypted containers for handling sensitive projects and subsequently mount them for further use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages