The (otherwise great) readme for attr_encrypted says that ":per_attribute_iv mode" is "175x slower" and then says
"There are other ways of deriving a unique key per record that would be much faster."
but provides no further insight on these "other ways".
Is there a higher performing way to do per record encryption with attr_encrypted that people have deployed?
