Hello,
Here is what I am trying to do in my environment.
I have 6 users: maseruser and user{A,B,C,D,E}
Masteruser will be generating data and I would like userA and userC be able
to decypt the data and others not to. However, in the future I would like
to add userE to decrypt the data and remo
On 21-01-2013 17:56, Rita wrote:
> I have 6 users: maseruser and user{A,B,C,D,E}
Make also 6 keypais for each user.
> Masteruser will be generating data and I would like userA and userC be
> able to decypt the data and others not to.
Encrypt it to the public key of users A and C.
> However, in
On 01/21/2013 11:56 AM, Rita wrote:
> Hello,
>
>
> Here is what I am trying to do in my environment.
>
>
> I have 6 users: maseruser and user{A,B,C,D,E}
>
> Masteruser will be generating data and I would like userA and userC be
> able to decypt the data and others not to. However, in the futur