Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pedroalbanese/encryptcli
- Owner: pedroalbanese
- License: isc
- Created: 2021-01-07T23:29:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T16:37:21.000Z (about 1 year ago)
- Last Synced: 2024-11-09T15:12:04.402Z (2 months ago)
- Topics: 3des, aes-256, aes-encryption, autoit3, des-encryption, encryption-algorithms, encryption-decryption, openssl, rc2, rc4
- Language: AutoIt
- Homepage:
- Size: 485 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 AutoIt3Usage:
EncryptCLI.exe -e|d --in <file.ext> --alg <algorithm> --key <key>Commands:
-e: Encrypt
-d: DecryptParameters:
/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.