Ask HN: 用 XOR 加密我的日记应用够安全吗?

1作者: finnvyrn6 个月前
我不希望我的员工或我自己看到用户在后端的数据。考虑到这只是一个日记应用,在客户端使用异或加密就足够了吗?还是我需要使用其他方法?
查看原文
I don't want my employees or myself to see the user's data in the backend. Considering it's just a journal app, is it enough to use XOR encryption in the client, or do I need to use something else?