Skip to main content

aoe tools.

Project description

安装依赖环境

pip3 install pycrypto aoe-tool

使用说明

Samples:

  1. encrypt SRC_FILE to ENCODED_FILE atenc -e -f SRC_FILE -t ENCODED_FILE
  2. 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
  3. decrypt ENCODED_FILE to SRC_FILE atenc -d -f ENCODED_FILE -t SRC_FILE
  4. 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


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 hashes)

Uploaded Source

Built Distribution

aoe_tool-0.0.3-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page