Skip to content

Instantly share code, notes, and snippets.

@nachocodexx
Last active February 20, 2021 06:03
Show Gist options
  • Save nachocodexx/3828fb2a5a379aa295e607bd9d78c112 to your computer and use it in GitHub Desktop.
Save nachocodexx/3828fb2a5a379aa295e607bd9d78c112 to your computer and use it in GitHub Desktop.
Variables de entorno para el contendore virtual del laboratorio 1
CIPHER=AES
HASH_FUNCTION=SHA512
KEY_LENGTH=256
ITERATIONS=1000
OPERATION_MODE=CBC
CSV_OUTPUT_PATH=/result
DATA_FOLDER_PATH=/data
DECRYPT_FOLDER_PATH=/decrypted
ENCRYPT_FOLDER_PATH=/encrypted
CIPHER_MODE=0
PASSWORD=topsecret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment