Package org.refcodes.security


package org.refcodes.security
This artifact provides the basic interfaces (and supporting classes) to implement vanilla plain cryptographic algorithms (as of the Encrypter or Decrypter types) for you to experiment with cryptography and afterwards (optionally) link your algorithms to the JCA (Java Cryptography Architecture).

Please refer to the refcodes-security: Chaos-based encryption as Java cryptographic extension (and without) documentation for an up-to-date and detailed description on the usage of this artifact.