Re: problem encrypting keys and data

2012-11-07 Thread Hiller, Dean
lt;mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Date: Wednesday, November 7, 2012 3:43 PM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: problem encrypting keys and data We have a requi

Re: problem encrypting keys and data

2012-11-07 Thread Andrey Ilinykh
Honestly, I don't understand what encoding you are talking about. Just write/read data as a byte array. You will read back exactly you write. Thank you, Andrey On Wed, Nov 7, 2012 at 1:43 PM, Brian Tarbox wrote: > We have a requirement to store our data encrypted. > Our encryption system turn

problem encrypting keys and data

2012-11-07 Thread Brian Tarbox
We have a requirement to store our data encrypted. Our encryption system turns our various strings into byte arrays. So far so good. The problem is that the bytes in our byte arrays are sometimes negative...but when we look at them in the cassandra-cli (or try to programatically retrieve them) th