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
- Host: GitHub
- URL: https://github.com/spatocode/secrecy
- Owner: spatocode
- License: mit
- Created: 2019-02-14T16:15:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T11:08:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T09:42:32.120Z (3 months ago)
- Topics: aes-cipher, cli, cryptography, decryption, encryption, encryption-tool, secrecy, security
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secrecy
[](https://opensource.org/licenses/MIT)  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