Microsoft Office 2010 使用什么算法进行加密?

发布于 2024-10-28 04:02:01 字数 87 浏览 3 评论 0原文

它是否使用标准 AES 128 位密钥进行加密?我在谷歌上搜索了很多,但我仍然没有找到用于加密的算法。

我正在加密 PowerPoint 文件。

Does it use the standard AES 128bit key for encryption? I've searched a lot on Google, but I still haven't found the algorithm is uses for encrypting.

I'm encrypting a PowerPoint file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ぶ宁プ宁ぶ 2024-11-04 04:02:01

technet 文章确认默认值是 AES 128 位密钥、SHA1 ,加拿大广播公司。

虽然有Office 2010
更改加密方式的设置
当您加密 Open XML 时执行
格式文件(.docx、.xslx、.pptx 和
等等)默认值——AES
(高级加密标准),
128 位密钥长度、SHA1 和 CBC
(密码块链接)—提供
强加密,应该没问题
对于大多数组织。

但值得注意的是,加密是受出口控制的,并且所有版本的 Windows 可能并未安装所有加密提供程序。文章还提到,您可以通过检查注册表项来查看安装了哪些加密服务提供程序:

HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Cryptography/Defaults/Provider

This technet article confirms that the defaults are AES 128-bit key, SHA1, CBC.

Although there are Office 2010
settings to change how encryption is
performed, when you encrypt Open XML
Format files (.docx, .xslx, .pptx, and
so on) the default values — AES
(Advanced Encryption Standard),
128-bit key length, SHA1, and CBC
(cipher block chaining) — provide
strong encryption and should be fine
for most organizations.

It is important to note, however, that encryption is export controlled and that all versions of windows may not have all cryptographic providers installed. The article also mentions that you can see which Cryptographic Service Providers are installed by checking the registry key:

HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Cryptography/Defaults/Provider
喵星人汪星人 2024-11-04 04:02:01

这些 MS 文档 指定了完全不同的Office 2010 使用 CBC 的 AES-128,但 Office 2007 使用 ECB 模式的 AES-128,在此之前使用 RC4。因此,这还取决于您想要的兼容性(接收方仍然可以解密什么?)。

These MS docs specify completely the different algorithms, and also the differences between the different versions, etc. For Office 2010 AES-128 with CBC is used, but Office 2007 used AES-128 in ECB mode, and before that, RC4 was used. So it also depends on how compatible you want to be (what can the receiving party still decrypt?).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文