added a comment - 25/Apr/13 17:01 According to file "server/src/com/cloud/upgrade/dao/Upgrade2214to30.java, there is a method which is responsible for data encryption : private void encryptConfigValues(Connection conn) { s_logger.debug(Encrypting Config values"); PreparedStatement pstmt = null; ResultSet rs = null; try { pstmt = conn.prepareStatement("select name, value from `cloud`.`configurati