问HN:使用异或加密对我的日记应用来说够了吗?
我不希望我的员工或我自己在后台查看用户的数据。考虑到这只是一个日记应用,使用客户端的异或加密(XOR加密)是否足够,还是需要使用其他方法?
查看原文
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?