Skip to content

ash-shell/cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

🔐 Easy aes-256-cbc encryption for files and directories

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages