Operation: Encrypt File With AES Key
This encrypts a plain-text file using a given MIME-encoded AES key.
Java class:
uk.ac.standrews.cs.util.dataset.encrypted.util.EncryptFileWithAESKey
Bash script:
src/main/scripts/encrypt-file-with-aes-key.sh <mime-encoded AES key> <path of plain-text file> <path of new encrypted file>
Result: encrypted file is written to specified path