-
## Background and Motivation
Define an async API surface to handle the async nature of the [Web Crypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto).
The current API surface on…
-
## Expected Behavior
I'm trying to decrypt a file using my healthy key hosted in a security token.
## Current Behavior
Instead of decrypting the file if shows me an error (more on it …
grobx updated
3 years ago
-
Hi!
Is it possible to open sqlcipher database with custom parameters?
I want to use simple algorithms & I need to set some pragma keys:
PRAGMA cipher_default_kdf_algorithm = PBKDF2_HMAC_SHA1;
PR…
-
I am receiving this content in a test vector-request.json when requesting vectors for testID 5179 and vsID 49701:
[
{
"acvVersion": "1.0"
},
{
"error": "General exception. Contact ser…
-
Hi,
We have a vector request JSON file from third party, How can we pass existing JSON file to libacvp for algorithm testing? and get the test vector responses and upload to demo server? The test in…
-
Thanks for releasing this.
Are there any SQLite browsers than can read the encryption created by this library? I've tried both https://sqlitebrowser.org/ and https://sqlitestudio.pl both of which …
-
I am trying to request KAS_IFC test vectors, here is my definition:
const struct def_algo_kas_ifc_keygen kas_ifc_keygen = {
.keygen_method = DEF_ALG_KAS_IFC_RSAKPG2_BASIC,
.rsa_modulo = {DEF_ALG_…
-
No issue just wanted to say thank you for this driver package it works!. Can confirm pwm and lcd control work as intended on the AS5202T after pwm fix. Unfortunately speed fan inverses the fan control…
-
**environment**
Demo
**testSessionId**
125751
**vsId**
375761
**Algorithm registration**
```{
"algorithm": "KAS-ECC",
"revision": "Sp800-56Ar3",
"prereqVals": [{"algorithm":"DRBG…
tobyp updated
3 years ago
-
IG 9.4 states (bolding mine):
> In addition, and applying only to the AES algorithm, if the module implements the forward
> cipher function, then this forward cipher function shall be self-tested …