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:

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


**Bash script**:

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

Result:

New key is printed to standard out

Home | Usage