Secure Data

EFTLink Framework provides three security features to protect data used by the core.

By using these features rather than any bespoke implementation in the core, the security system is made more future-proof because changes (for example encryption enhancements) need only be applied in the framework.

Note:

Sensitive text data should not be stored in Java Strings. Better to use a character array so that the memory can then be explicitly cleared after use.