Hi,
    I am using libmemcached client and encoded the data by using the method
memcached_set_encoding_key(memcached_t *ptr, key, key_length) which 
encrypts the value when I do memcached_set internally.
I am aware that Memcached server is not aware of this encoding/decoding 
process. I see the key getting added to memcached server. I used memccat 
and memcdump to see the (k,V) in memcached server. 

When I try to retrieve the value for the key, I am able to get the correct 
encrypted value. But due to some reason, memcached_get is not automatically 
decrypting it back to the original value.
I went through the source code, but I am not able to figure out why 
decryption is not working properly.

Can someone help me with this?

Regards,
Raghav.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to