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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Pgsodium 2.0.0: Modern cryptography for PostgreSQL

4 点作者 michelpp超过 3 年前

1 comment

kiwicopple超过 3 年前
From Mike&#x27;s comments on Reddit[0]<p>pgsodium 2.0.0 is a postgres extension that uses the libsodium library to provide high-performance, modern cryptography support for PostgreSQL 10+.<p>2.0.0 includes a ton of new feature and a few bug-fixes:<p>* Support for XChaCha20-SIV[2] deterministic nonce-free encryption<p>* Support for SignCryption[3] Sign &amp; Encrypt identity verification<p>* Key id support for HMACSHA 512&#x2F;256, generichash, and shorthash<p>* Support for low level XChaCha20 streaming[4]<p>* More tests, docs, and small bug fixes in argument parsing<p>* In-memory key now protected with sodium_malloc[5]<p>[0] <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;PostgreSQL&#x2F;comments&#x2F;s0b6o2&#x2F;pgsodium_200_modern_cryptography_for_postgresql&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;PostgreSQL&#x2F;comments&#x2F;s0b6o2&#x2F;pgsodium...</a><p>[1] <a href="https:&#x2F;&#x2F;doc.libsodium.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;doc.libsodium.org&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;jedisct1&#x2F;libsodium-xchacha20-siv" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jedisct1&#x2F;libsodium-xchacha20-siv</a><p>[3] <a href="https:&#x2F;&#x2F;github.com&#x2F;jedisct1&#x2F;libsodium-signcryption" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jedisct1&#x2F;libsodium-signcryption</a><p>[4] <a href="https:&#x2F;&#x2F;libsodium.gitbook.io&#x2F;doc&#x2F;advanced&#x2F;stream_ciphers&#x2F;xchacha20" rel="nofollow">https:&#x2F;&#x2F;libsodium.gitbook.io&#x2F;doc&#x2F;advanced&#x2F;stream_ciphers&#x2F;xch...</a><p>[5] <a href="https:&#x2F;&#x2F;libsodium.gitbook.io&#x2F;doc&#x2F;memory_management" rel="nofollow">https:&#x2F;&#x2F;libsodium.gitbook.io&#x2F;doc&#x2F;memory_management</a>