-
We'd like to be able to encrypt ACR (accessed via private endpoint) with Customer Managed Key (from Key Vault accessed via private endpoint).
-
Need to add this check in the code
-
local cipher = require("resty.openssl.cipher")
local key = "12345678901234567890123456789012" -- 32 bytes
local iv = "1234567890123456" -- 16 bytes
local function init_encryption()
loc…
-
_"The initiator can be either the sharer or helper, and the responder will be the other party.
The initiator creates a Pair Request message, signs the message with their private signature key and e…
-
### Issue Description
500
Internal Server Error.
Log:
Error: Missing DOCUMENSO_ENCRYPTION_KEY or DOCUMENSO_ENCRYPTION_SECONDARY_KEY keys
at 29145 (/app/apps/web/.next/server/chunks/9086.j…
-
#### 私钥加密需求(private key encrypt demand)
lua-resty-rsa是一个遵循”公钥加密、私钥解密“的类库,公钥是对外部开放的Key,存在公钥被获后模拟加密请求的风险。为了业务的安全希望能够做到遵循”私钥加密、公钥解密“这种模式,目前lua-resty-rsa并没有支持该场景。希望升级该类库能够支持”私钥加密、公钥解密“这种模式。
(Lua-resty-r…
-
This post describes how to generate the private key locally and only upload the public one, so that even Google doesn't know the private key.
https://binx.io/2021/03/08/how-to-create-your-own-googl…
-
Currently `/notify` endpoint accepts unencrypted token:
https://github.com/deltachat/notifiers/blob/ba21f67ce32be634ed0b9434bf78109f48a12f17/src/server.rs#L196
We need a way to encrypt the token o…
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on Github _(I've sea…
-
### Summary
when sending email, optionally encrypt (not sign) with PGP key
### Purpose
using a PGP key (unique per service) helps keep one's email inbox free of spam
### Do you want to implement t…