On Wed, Jun 29, 2011 at 12:37 PM, A J <s5a...@gmail.com> wrote:
> Are there any options to encrypt the column families when they are
> stored in the database. Say in a given keyspace some CF has sensitive
> info and I don't want a 'select *' of that CF to layout the data in
> plain text.
>
> Thanks.
>

I think this is an application layer issue - just encrypt/decrypt
there.  The data stored within the column value can be any arbitrary
bytes, and since column data is not indexed it wont affect how you can
access the data with Cassandra in any way.

-Eric

Reply via email to