-
Hi @ericsink, I have some problem with the PRAGMA cipher_migrate on iOS xamarin forms app.
My previous app references were this:
```
```
I updated them with this:
```
```
The ciph…
-
### Version
v18.7.0
### Platform
Linux
### Subsystem
crypto
### What steps will reproduce the bug?
```js
let myPrivateKey = crypto.createDiffieHellman(384);
myPrivateKey.setPriv…
-
Regarding OpenSSL 'enc' feature.
Please do not remove '-md sha1' and similar functionality.
Although the 'pbkdf2' feature is indeed useful, and I understand users should be strongly encouraged t…
-
Hi @normano, I just came across your library and I have implemented something very similar myself: https://github.com/pedrouid/ecies-25519
However the main differences are the HKDF and GCM. For my …
-
Hi again, I hope you're well! It was nice being error free on the TS-XEL for awhile, but sadly some new issues arose that I could use help with.
Today, I noticed that my DLNA server was showing med…
-
AFAICS, there is currently no implementation of AES-KW. Is that on the roadmap?
The only mention I could find was offer [here](https://github.com/RustCrypto/password-hashes/issues/1#issuecomment-44…
-
https://pages.nist.gov/ACVP/draft-celi-acvp-kdf-ansi-x942.txt
I couldn't find any reference code for below algo
{
"vsId": 0,
"algorithm": "kdf-components",
"mode": "ansix9.42",
…
-
After following install guide (https://github.com/linux-surface/linux-surface/wiki/Installation-and-Setup) touchscreen has single touch but no gestures such as two-finger scroll, etc. These gestures …
-
### Detailed Description of the Problem
Process crashed due to a SEGFAULT. Happens during MUX release operation on flow-control frames purge.
### Expected Behavior
process must not crash
### Steps…
-
Follow-up to https://blog.bossylobster.com/2021/07/vault-import.html
```
docker run \
--rm \
--interactive --tty \
--name vault-dev-server \
--publish 8200:8200 \
--cap-add IPC_LOCK…