-
Heyyo! I've got a curious question, I'm working on scenarios where I'd like to use the public half of an RSA key to encrypt content with skopeo as the runner (e.g., `skopeo copy --encryption-key jwe:m…
-
### New API Proposal: Support for encrypted PEM private keys
#### Motivation:
Currently, the library can read and handle unencrypted PEM-encoded private keys, but it can't directly load encrypte…
-
When mounting extra volumes for plugins or h2 database volume. In order to make sure the metabase has the permission to access these volume we need to set security context with fsGroup with respective…
-
### OpenTofu Version
```shell
1.7.0
```
### Expected Behavior
When running terraform apply, the encryption method should change from `fallback` to `method` even if there is nothing to chang…
aviau updated
2 weeks ago
-
We've had a few requests (#86, #186, #230) to support decrypting messages using a public key. Though this should be straightforward using any encryption padding as it's the reciprocal operation to pub…
-
### Before you start please confirm the following.
- [X] Yes, I've searched similar issues on [GitHub](https://github.com/portainer/portainer/issues).
- [X] Yes, I've checked whether this issue is co…
-
what is the homomorphic encryption scheme for embeddings and gradients in neural network? I cannot find anything related to it in the bridge code.
-
In the [Signal X3DH protocol](https://www.signal.org/docs/specifications/x3dh/) one of the steps of `initiateKeyAgreement` is:
> An initial ciphertext encrypted with some AEAD encryption scheme using…
-
The current encryption scheme, PKCS#1 v1.5 , is no longer considered secure due to known vulnerabilities. It is recommended to switch to PSS (Probabilistic Signature Scheme) or OAEP (Optimal Asymmetri…
-
### Steps to reproduce
```ruby
class SchluesselBrett < ApplicationRecord
encrypts :key
def destroy
ActiveRecord::Encryption.without_encryption { super }
end
end
Schluesselbr…