Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.02 KB

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 [email protected]: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