-
From @cjpatton
# Section 1
* "verification value" doesn't quite capture the semantics of the server's
input. It's also not clear why this would hide the password. (The reason the
password …
-
https://github.com/digitalbazaar/x25519-key-pair/blob/master/lib/X25519KeyPair.js#L295
https://github.com/StableLib/stablelib/blob/master/packages/x25519/x25519.ts#L613
The Mocks implies no, and s…
-
## The problem
Currently our "revoke ballot" code uses check_password_hash() to locate a voters prior votes, like this:
```
voter = F.g.user.username + '+' + F.request.form['password']
…
-
**Host system details**
```
[core@tutorial ~]$ rpm-ostree status
State: idle
Deployments:
ostree-unverified-registry:quay.io/jmarrero_rh/my-custom-fcos:kernel-test
Digest: s…
-
It seems the only content encryption algorithms supported by ECDH-1PU draft4 are the AES-CBC+HMAC-SHA ones. See discussion in [PR-212](https://github.com/decentralized-identity/didcomm-messaging/pull/…
-
this is my code
```python
# -*- coding:'utf-8' -*-
import time,traceback,sqlite3,os,json,base64,sys
from cryptography.hazmat.backends import default_backend
from cryptography.hazmat.primitiv…
-
Hi all, I encountered an error using the EAPI on Windows 10. My simple goal is to create a primary key and load it into TPM at a fixed location - `0x81000001` and then create a keypair under the prima…
-
I set my `old sqlcipher database` in `old SqliteStudio` with configuration as follows: `aes 256-cbc`, `kdf 64K`, `cipher size 1K`.
After I updated `SqliteStudio ver 3.3.3`, I can't open my `old sql…
-
Note: this just started happening this week, the same capabilities file worked last week
**environment**
Demo
**testSessionId**
None
**vsId**
None
**Algorithm registration**
capabilit…
-
Package `chacha20` currently lives at `x/crypto/internal/chacha20` which is not importable by users outside of `x/crypto`. Please move it to `x/crypto/chacha20`. Additionally, please make the API simi…