endec 0.1.0

A simple command-line tool for encrypting and decrypting strings using AES encryption with a password.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.hex]
version = "0.4"

[dependencies.rust-crypto]
version = "0.2.36"

[package]
authors = ["Simpson Carlos<simpsoncarlos3@gmail.com>"]
categories = ["command-line-utilities", "cryptography"]
description = "A simple command-line tool for encrypting and decrypting strings using AES encryption with a password."
edition = "2021"
keywords = ["encryption", "decryption", "command-line", "tool", "password"]
license = "MIT OR Apache-2.0"
name = "endec"
readme = "README.md"
repository = "https://github.com/simpsoncarlos3/endec"
version = "0.1.0"