Class PropertyValueEncryptionUtils

java.lang.Object
org.jasypt.properties.PropertyValueEncryptionUtils

public final class PropertyValueEncryptionUtils extends Object

Utility class to encrypt/decrypt values in properties files which could be encrypted.

A value is considered "encrypted" when it appears surrounded by ENC(...), like:

my.value=ENC(!"DGAS24FaIO$)

This class is meant for internal Jasypt use only.

Since:
1.4