Android Question How safe CloudKVS?

darabon

Active Member
The CloudKVS is a good online tool for us
I will use that in all my apps but Security is important in CloudKVS
Please help me with security:
1- Prevent bombing that
2- Save fake data with a hacker or another user
3- Limit users to prevent send much data

Generally, Anything about security

Thanks
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Your question is a bit too broad. Safety can mean many things.
The CloudKVS doesn't include any authentication. If you are using it in a non-secure environment then you need to add an authentication method.

As CloudKVS is simply a handler inside a jServer project it shouldn't be difficult to add authentication.
 
Upvote 0

darabon

Active Member
Your question is a bit too broad. Safety can mean many things.
The CloudKVS doesn't include any authentication. If you are using it in a non-secure environment then you need to add an authentication method.

As CloudKVS is simply a handler inside a jServer project it shouldn't be difficult to add authentication.
Yes you right
Thank you
 
Upvote 0
Top