-
Implementing DES command necessitates to implement two different mechanisms first:
- A [Password-Based Key Derivation Function](https://fr.wikipedia.org/wiki/PBKDF2)
- The DES algorithm itself, taki…
-
The Passphrase-Based KDF used to derive wallet encryption keys is currently just an iterated salted SHA-512 hash, documented at https://www.openssl.org/docs/manmaster/crypto/EVP_BytesToKey.html . The …
-
**What would you like to be added**:
DoQ (DNS over QUIC) query servering support.
**Why is this needed**:
DoQ would allow an easier way to take advantage of the speed improvements of QUIC vs T…
-
It has been requested to add a predicate identifying all keys or array elements that can be IRIs, URIs, URLs, or URNs (i.e. some form of web link). It is not decided if the [subtle differences between…
-
Consider
https://github.com/tugrul/cryptian/blob/1393bc54915dc8ecf6cc71128df4674923f61161/src/transform/block.ts#L33-L34
Here `remain` is the amount of data to store and combine with the next chunk …
-
Kibana relies on a number of encryption keys. Arguably the most important key is `xpack.encryptedSavedObjects.encryptionKey`, as this controls the encryption/decryption of actions, alerts, and other s…
-
```
What steps will reproduce the problem?
1. I tested the contributed TLSHandler with the netkit-ftp-ssl client. A 'ls'
command will abort with a TLS error.
What is the expected output? What do you…
-
## Introduction
[I have an existing issue [here](https://github.com/w3c/webcrypto/issues/265), but I'm hoping to get more eyes on it.]
The `SubtleCrypto.deriveKey` API exposes one password-base…
-
I am trying to connect to postgres with GSSAPI using third-party plugin **gopgkrb5**. It uses gokrb5 to conduct all the operations. Kerberos authentication completes successfully, but it is done witho…
-
## Problem
All patterns from the [35/WAKU2-NOISE](https://rfc.vac.dev/spec/35/) RFC are available https://github.com/waku-org/js-noise/blob/master/src/patterns.ts
However, the API has not been revie…