asn1 表示法和库如何帮助我?

发布于 2024-10-04 11:36:33 字数 1437 浏览 0 评论 0原文

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

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

发布评论

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

评论(1

花之痕靓丽 2024-10-11 11:36:33

您不应该实施 ASN.1(除非这是您明确的目标)。
相反,大多数 ASN.1 用户会找到一个库并使用该库。
(根据我的经验,任何好的图书馆也需要花费很多钱)。

除非您需要,否则我不会使用 ASN.1。与已指定 ASN.1 的内容进行互操作是使用它的一个很好的理由。 (例如:我认为 Kerberos 事务是用 ASN.1 编码的)否则,我会考虑任何其他格式,例如 XML 或 JSON。

You should not implement ASN.1, (unless that is explicitly your goal).
Rather, most ASN.1 users find a library and use the library.
(in my experience, any library that is good also costs serious money).

I would not use ASN.1 unless you need to. Interoperating with something that already specifies ASN.1 is a good reason to use it. (example: I think that Kerberos transactions are encoded in ASN.1) Otherwise, I'd look at any other format, such as XML or JSON.

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