Yes, but you will have to encrypt based on each column. Also, you won't want every column encrypted, for this will kill any performance because you will be indexing on encrypted data, which is effectively meaningless for trying to do a lookup.
K. Brian Kelley
@kbriankelley