aoe tools.
Project description
安装依赖环境
pip3 install pycrypto aoe-tool
使用说明
Samples:
- encrypt SRC_FILE to ENCODED_FILE
atenc -e -f SRC_FILE -t ENCODED_FILE
- encrypt SRC_FILE to ENCODED_FILE with specified KEY_VALUE and IV_VALUE
atenc -e -f SRC_FILE -t ENCODED_FILE -k 0000000000000000 -i 0101010101010101
- decrypt ENCODED_FILE to SRC_FILE
atenc -d -f ENCODED_FILE -t SRC_FILE
- decrypt ENCODED_FILE to SRC_FILE with specified KEY_VALUE and IV_VALUE
atenc -d -f ENCODED_FILE -t SRC_FILE -k 0000000000000000 -i 0101010101010101
Options:
-h, --help, show help document.
-e, --encrypt, encrypt file mode.
-d, --decrypt, decrypt file mode.
-f <path>, --from <path>, specify the file path to encrypt/decrypt.
-t <path>, --to <path>, specify the file path after encrypt/decrypt.
-k <KEY_VALUE>, --key <KEY_VALUE>, specify the key value to encrypt/decrypt.
-i <IV_VALUE>, --iv <IV_VALUE>, specify the iv value to encrypt/decrypt.
License
Apache License 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aoe-tool-0.0.3.tar.gz
(3.5 kB
view details)
Built Distribution
aoe_tool-0.0.3-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file aoe-tool-0.0.3.tar.gz
.
File metadata
- Download URL: aoe-tool-0.0.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c23da8831598c7e8f829fb907c6237546f66c31fc2ec23f9ae3c945bd19a4ba |
|
MD5 | 9cb0595ac32d84751b403f3848e32e3b |
|
BLAKE2b-256 | 124a761865b243fdf1e46708b89388ad9093bfa277bf4da840ce0dcdf0d71968 |
File details
Details for the file aoe_tool-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: aoe_tool-0.0.3-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f40776a200d678e3257ba13ac62a266583efe4ac03da58f77367b5f571488c9a |
|
MD5 | eab6f6b5473fb27531f8f9a6a40639a9 |
|
BLAKE2b-256 | a4127a3bac2d0cbb05c643fc06c03102819232c98118e84b9c7a253588cd4d0e |