-
See the following sources:
*
*
*
*
It mainly boils down to two orthogonal principles:
* the padding scheme shouldn't leak information about the payload;
* the whole encryption output (inc…
-
Hi,
At [examples/serialization.cu:255](https://github.com/encryptorion-lab/phantom-fhe/blob/a3dc2eb4bd571b2c8ee5748bbe07ae530da9eb17/examples/serialization.cu#L255), I inserted the following line:
…
-
I'm raising this issue based on discussion at https://github.com/maidsafe/crust/pull/1084#discussion_r240585006
The problem is that some people might expect that Crust always uses [authenticated e…
-
The new encryption scheme is aes-gcm, 128bit block size, 128bit IV (the same IV as before). The 40 bytes long unencrypted header before the encrypted data is passed as AAD into GCM. The authentication…
mensi updated
4 years ago
-
I see a need for standardized encryption encoded outputs, comparable to hashes.
e.g.
-
### Describe the bug.
The issue is an encryption type mismatch between the postgres version (15) we have used for aws rds instance and the driver used by quicksight.
Postgres 14 and above encrypts p…
-
Clause 7.6.5.3 mandates the following:
> A key shall be used to encrypt (and decrypt) the enveloped data. This key (the plaintext key in "Figure 4 — Public-key encryption algorithm") shall be en…
-
I would like a way to support a one-way encryption scheme more seamless than currently possible. Here is the scenario I'm proposing:
I have a KMS service
I have a **developer** and a **target**(…
-
**Is your feature request related to a problem? Please describe.**
The text regarding the encryption key states:
```
This field indicates an encryption key that security researchers should use fo…
-
I am trying to compute the ciphertext coefficient modulus (q) of the BGV scheme. But, I am a bit confused about how this is represented in Seal.
This is related to coeff_modulus (parms().coeff_modulu…