开发者

xml- data protecting from viewers?

开发者 https://www.devze.com 2023-01-17 05:50 出处:网络
i was wondering what options, or how can i protect my data (which is xml) from people that try to view the files..开发者_开发问答Given how vague the question is, I can only give you vague answers:

i was wondering what options, or how can i protect my data (which is xml) from people that try to view the files..开发者_开发问答


Given how vague the question is, I can only give you vague answers:

  1. Don't let them near your data. If your files never leave your computer, no one can view them (unless they have access to your computer).
  2. Put your data under a lock and only give the keys to people you trust. The keys can be either something they know (usually username and password), something they own (hardware key, cell phone to which you send an SMS, fingerprint) or a combination of both.
  3. Encrypt your data.
0

精彩评论

暂无评论...
验证码 换一张
取 消