ash-shell / cipher

:closed_lock_with_key: Easy aes-256-cbc encryption for files and directories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cipher

Build Status

Cipher is an Ash module that makes it easy to perform aes-256-cbc encryption for files and directories.

Getting started

You're going to have to install Ash to use this module.

After you have Ash installed, run either one of these two commands depending on your git clone preference:

  • ash apm:install https://github.com/ash-shell/cipher.git
  • ash apm:install git@github.com:ash-shell/cipher.git

You can optionally install this globally by adding --global to the end of the command.

In Action

asciicast

Usage

Usage:

    cipher:e
    cipher:encrypt $file_name
        Encrypts a file or folder.

    cipher:d
    cipher:decrypt $file_name
        Decrypts an encrypted file.

License

MIT

About

:closed_lock_with_key: Easy aes-256-cbc encryption for files and directories

License:MIT License


Languages

Language:Shell 100.0%