Changed paths:
M org.adempiere.base.process/src/org/compiere/process/ColumnEncryption.java
Log Message:
-----------
IDEMPIERE-6994 Cannot encrypt column on UU based tables (#3264)
* IDEMPIERE-6994 Cannot encrypt column on UU based tables
- fix encryption on non-ID tables, it can encrypt also multi-key tables basing the encryption on the UUID
- refactor encrypt/decrypt methods in a single process method
* - improve javadoc and remove unnecessary validation (suggested by coderabbitai)
* - Tidy up the user-facing log strings (coderabbitai)