View on GitHub

ciesvium

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

Usage: Encrypted Data Sets

Encrypted data sets are based on EncryptedDataSet, a subclass of DataSet. They allow the persistent data to be encrypted using either symmetric or public key encryption. The latter offers the convenience of avoiding explicit key management for authorized users.

Documentation

Home | Usage