View on GitHub

ciesvium

This project provides some Java utility classes for handling text and numerical tables, encryption and file manipulation.

Operation: Decrypt File With AES Key

This decrypts an encrypted file using a given MIME-encoded AES key.

Java class:

uk.ac.standrews.cs.util.dataset.encrypted.util.DecryptFileWithAESKey

Bash script:

src/main/scripts/decrypt-file-with-aes-key.sh <path of AES key encrypted for authorized users> <path of encrypted file> <path of new plain-text file>

Result: decrypted file is written to specified path

Home | Usage