将加密数据保存在文本文件中
我已经加密了我的输出数据。我想将该数据保存在文件中。当我将其保存在文本文件中时,我相信它没有正确保存。因为,从该文件解密后我无法获得正确的数据。我正在使用 C#。我需要实现自己的文件格式吗?请帮我。
I have encrypted my output data. I want to save that data in a file. When I am saving it in a text file, I believe it is not saved properly. Because, I can't get proper data after decryption from that file. I am using C#. Do I need to implement my own file format? Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信没有必要询问您是否尝试过加密/解密一些简单的字符串。
尝试使用这些方法来保存它们非常简单:
i belive it's Unnecessary to ask you if you tried encrypting / decrypting some simple string.
try using those methods for saving they are soo simple: