java.lang.Object
com.orientechnologies.orient.core.encryption.impl.OAbstractEncryption
com.orientechnologies.orient.core.encryption.impl.OAESEncryption
All Implemented Interfaces:
OEncryption

public class OAESEncryption extends OAbstractEncryption
* Stateful compression implementation that encrypt the content using AES (https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html). Issue https://github.com/orientechnologies/orientdb/issues/89.
Author:
giastfader, Luca Garulli (l.garulli--(at)--orientdb.com) This implementation uses AES in ECB mode and is thus not secure. See https://github.com/orientechnologies/orientdb/issues/8207.