View on GitHub

ciesvium

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

Operation: Generate Random AES Key

This generates a new random MIME-encoded AES key.

Java class:

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

Bash script:

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

Result: new key is printed to standard out

Home | Usage