-
BouncyCastle.Portable has been deprecated a while ago and replaced with BouncyCastle.Cryptography.
https://github.com/bcgit/bc-csharp
Given how important updated cryptographic algorithms are I wo…
-
In some cases we need to be able to control the cryptographic primitives that are used to support the JWS signing operations, for example, in #126 there is a need to use a FIPS compliant crypto provid…
-
I've been successfully using your library to communicate with an embedded device using the Noise_XX_25519_ChaChaPoly_SHA256 protocol. Since it is not yet in any repository (maybe soon?) I have copied …
-
Shall be as per https://www.sogis.eu/uk/supporting_doc_en.html
ARF specifies 1.3: https://www.sogis.eu/documents/cc/crypto/SOGIS-Agreed-Cryptographic-Mechanisms-1.3.pdf
@georgepadayatti @ntsbs…
lalc updated
7 months ago
-
Note: This is just a template, so feel free to use/remove the unnecessary things
### Description
- Type: Feature Request
- Priority: Minor
-----------------------------------------------------…
-
xxHash is a very fast, open source, portable (and already widely ported), stable Hash / checksum library and family of algorithms.
* https://github.com/Cyan4973/xxHash
* https://xxhash.com/
It i…
-
### To set security.providers do not work well for kafka broker and bouncycastle(BC) does not take effection. So we should make the bouncycastle(BC) with highest priority in the JVM.
```
security.pr…
-
When PusherServer is used on a machine with FIPS enabled, a runtime exception is thrown ": This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms" in CryptoHel…
-
https://docs.python.org/3/library/hashlib.html
> Changed in version 3.9: All hashlib constructors take a keyword-only argument usedforsecurity with default value True. A false value allows the use …
-
Currently images are referenced by hashing its content with sha-1 which gives totally different id to very similar images. In difference, I think perceptual image hashing is better alternative here.
…