Skip to content

CLI TUI Bash menu based program, wrapper for ccrypt, ccrypt is a utility for encrypting and decrypting files and streams

License

Notifications You must be signed in to change notification settings

gavinlyonsrepo/ccryptmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

  • Name: ccryptmenu
  • Description:

Bash Script, TUI wrapper for ccrypt,
ccrypt is a utility for encrypting and decrypting files and streams

Table of contents

Installation

Install by makefile on Linux OS.

curl -sL https://github.com/gavinlyonsrepo/ccryptmenu/archive/1.1.tar.gz | tar xz
cd ccryptmenu-1.1
sudo make install

Usage

Type in terminal, for options( -v , -h, -c, -d) see manpage for details

ccryptmenu [options]

Or select the icon. The program installs an icon in system application menus.

icon

Files and setup

Configfile at $HOME/.config/ccryptmenu/ccryptmenu.cfg Configfile path file and contents cretaed if missing( eg on first start) Config file contains CM_ACTIVEFILE variable, full path to file. Example config file and return codes in documentation section. Uses the $EDITOR variable for text editor, if not set it uses NANO as default. Man page installed.

Dependencies

  1. ccrypt , v1.11
  2. bashmultitool , v2.0 Bash library , NOTE: written by Author.
  3. dialog , v1.3 , optional For menu selection for change active file path.

Features

ss