...
Encryption is located in 2 places - inside the KFS application and inside the oracle schemas. For the system to properly function, the key in oracle should match the key in the application, and the encrypted data must be encrypted with that key.
Application Server
The class edu.uconn.kuali.rice.core.service.impl.AesEncryptionServiceImpl
AES Encryption Service
security key
...