Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从加密的 xml 文件创建/读取/写入 XLinq 和/或VB XML Literals?
您只需将 XML 加载到内存中,对其进行解密,然后执行您喜欢的任何操作。如果没有事先解密,就无法直接操作已经加密的 XML,因为这完全否定了加密。