what's the best approach for encrypted comparison? I need to store sensitive information and also store it in an association table. The use case is an account number would be associated to a customer, many different account numbers would be possibly associated to the same customer. I would like to do a lookup either of the raw account number to the association table or encrypted lookup to the association table to see if it exists or not. I'm not familiar if this should be a password field or just a plain text and do the encryption myself. Anyone done something like this before? I know the "encryption" check box on a field doesn't let you search it in suitescript