Does anyone know what column length I would need to specify for an encrypted string column that allows users to enter 1000 characters?
I see that encrypted strings still retain a default column length of 255 chars(Oracle db) but how many characters can the user then enter without the app falling over?