What would you say is a reasonable size password for AES_ENCRYPT (how many chars?) and can it contain special chars or just A-Z,0-9? Also its storing in a blob column because its encrypted and returned in binary, whats the maximum length of plain text I can use to encrypt so that it will fit into a blob?