An open API service indexing awesome lists of open source software.

https://github.com/spatocode/secrecy

Cryptographic tool for file encryption with AES Cipher
https://github.com/spatocode/secrecy

aes-cipher cli cryptography decryption encryption encryption-tool secrecy security

Last synced: about 1 month ago
JSON representation

Cryptographic tool for file encryption with AES Cipher

Awesome Lists containing this project

README

        

# Secrecy
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) ![version](https://img.shields.io/npm/v/secrecy) ![issues](https://img.shields.io/github/issues/spatocode/secrecy)

Cryptographic tool for file encryption with AES cipher

## Prerequisite

* Node
* npm

## Usage

Install with npm:

```bash
$ npm install secrecy
```

Install with yarn:

```bash
$ yarn add secrecy
```

## Command Line Options

Secrecy can be used with the following command line flags.

-v, --version output the version number
-E, --encrypt encrypt files
-D, --decrypt decrypt files
-k, --key password for encryption/decryption
-f, --file file to encrypt/decrypt
-h, --help output usage information

## License

[MIT License](http://www.github.com/spatocode/secrecy/blob/master/LICENSE)
Copyright (c) 2019 Ekene Izukanne