View on GitHub

ciesvium

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

Operation: Re-encrypt AES Key

This regenerates encrypted versions of a previously generated AES key, to allow for authorized users being added or removed.

Java class:

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

Bash script:

src/main/scripts/generate-aes-key.sh

Result: new key is printed to standard out

Home | Usage