Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pedroalbanese/encryptcli

Fully OpenSSL compliant File/Text Encrypter CLI+GUI written in AutoIt3
https://github.com/pedroalbanese/encryptcli

3des aes-256 aes-encryption autoit3 des-encryption encryption-algorithms encryption-decryption openssl rc2 rc4

Last synced: 5 days ago
JSON representation

Fully OpenSSL compliant File/Text Encrypter CLI+GUI written in AutoIt3

Awesome Lists containing this project

README

        

# EncryptCLI+GUI
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/pedroalbanese/encryptcli/blob/master/LICENSE.md)
[![GitHub downloads](https://img.shields.io/github/downloads/pedroalbanese/encryptcli/total.svg?logo=github&logoColor=white)](https://github.com/pedroalbanese/encryptcli/releases)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pedroalbanese/encryptcli)](https://github.com/pedroalbanese/encryptcli/releases)
#### Command-line File Encryption Tool written in AutoIt3

Usage:

EncryptCLI.exe -e|d --in <file.ext> --alg <algorithm> --key <key>

Commands:
-e: Encrypt
-d: Decrypt

Parameters:
/alg: Algorithm
/in : Input file
/out: Output file (Optional [*])
/key: Symmetric key

[*] If no output is specified, the input file will be overwritten.

Algorithms:
3DES, AES-128 (Default), AES-192, AES-256, DES, RC2, RC4

## License

This project is licensed under the ISC License.

#### Copyright (c) 2016-2022 Pedro F. Albanese - ALBANESE Research Lab.