stokito / encryptcli

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EncryptCLI+GUI

ISC License GitHub downloads GitHub release (latest by date)

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.

About

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

License:ISC License


Languages

Language:AutoIt 100.0%