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

public class ODESEncryption extends OAbstractEncryption
* Stateful compression implementation that encrypt the content using DES algorithm (https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html). Issue https://github.com/orientechnologies/orientdb/issues/89.
Author:
giastfader This implementation uses DES and ECB mode and is thus not secure. See https://github.com/orientechnologies/orientdb/issues/8207.