用于流式传输大型 XML 文件并对其部分内容进行加密的库
我正在寻找一个(最好是Java)库,它可以流式传输大型XML文件并加密/解密其中的一部分。外面有什么吗?它不一定是开源或免费的。
像 Apache Sanutario 这样的库不是一个选项,因为它不会流式传输文件,而是将它们加载到内存中,可能会导致内存因大文件而溢出。
如果您知道目前还没有类似的东西可以做到这一点,那也会很有帮助。然后我们就必须自己实现它。
预先感谢您提供正确方向的任何观点。
D .
I'm looking for a (preferably Java) library which can stream large XML files and encrypt/decrypt parts of it. Is there anything out there? It does not have to be open source or free of charge.
Libraries like the Apache Sanutario is not an option, since it does not stream the files but rather loads them into memory, possibly causing the memory to overflow with large files.
It would also be helpful if you know that there is nothing like that out there yet which does this. Then we'd have to implement it ourselfs.
Thanks in advance for any points in the right direction.
D.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论