-
rv = Cipher.getInstance("AES/CBC/NoPadding");
The CBC mode used in javax.crypto.Cipher.getInstance does not provide integrity. Consided using Galois/Counter Mode
line 272
core/java/src/net/i2p…
-
Hello,
apologies for maybe obvious question, I am just starting with FIPS.
Is https://pkg.go.dev/golang.org/x/crypto handled by this project?
-
#### Expected Behavior
it has to submit stop market order without problem, like its described in you api docs
https://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/order-t…
-
I can't enable encryption using Customer Managed Key.
the following resources are created :
1. User Assigned managed identity
2. Azure KeyVault with a RSA key added
the identity is assigned Contri…
-
Both OFB and CFB are unauthenticated encryption modes, which should be used only in very particular circumstances. They are also way less popular than the most used unauthenticated encryption mode, CT…
-
### Question Checklist
- [x] I'm using the latest version of Swift Crypto (main branch)
- [x] I read the [Contribution Guidelines](https://github.com/apple/swift-crypto/blob/main/CONTRIBUTING.md)
…
-
When structuring the list of cryptographic algorithms we might want to add an entry in the template to differentiate:
* Cyphers
* Hashing algorithms
We might also consider salting.
Then, among…
-
**Describe the bug**
Oxygen XML Editor uses the JNLP provided by the eXist server "exist/webstart/exist.jnlp" to check what libraries are referenced there and to download them for configuring the Exi…
-
```
#!watchflakes
default
-
We are now seeing PQC support added to TLS implementations:
https://docs.aws.amazon.com/kms/latest/developerguide/pqtls.html
In the announcement, s2n-tls was modified to add support for Kyber, NIS…