TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Square Open-Sources Golang Crypto Package Based on JWE/JWS

73 点作者 bigmac超过 10 年前

2 条评论

AYBABTME超过 10 年前
The cipher subpackage is importing a third party package `github.com&#x2F;apexskier&#x2F;cryptoPadding` and uses only this part of it:<p><a href="https://github.com/apexskier/cryptoPadding/blob/master/pkcs7.go" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;apexskier&#x2F;cryptoPadding&#x2F;blob&#x2F;master&#x2F;pkcs7...</a><p>I think it would be a good idea to avoid that otherwise small dependency with some copy-pasta&#x2F;vendoring.
评论 #8774893 未加载
评论 #8775063 未加载
tptacek超过 10 年前
If anyone was could publish a Golang crypto library I&#x27;d be inclined to trust, it&#x27;d be Square, but I think you should probably avoid JOSE.
评论 #8775802 未加载
评论 #8777522 未加载