I have a database column that is a varchar, but I recently have started using mysql to encrypt the info. Occassionally, the encrypted version of the data is getting cut off. Is it safe to change the data type from varchar to blob? Will it mess with any existing data?