Implement lightweight method to generate AES keys.

Issue #69 wontfix
Vladimir Dzhuvinov created an issue

This applies to the AES crypto utility class. The current implementation relies on loading a full-blown BouncyCastle JCE provider for that. A more efficient approach would be to use a SecureRandom generator directly. The thread-safety of that approach should be ensured if the generator is to be reused (for better performance).

Comments (1)

  1. Log in to comment