-
In the current repo we can see that a padding of ECDSA key components is commented out.
This is leading to keys of sizes inferior to 64 bytes.
Older copies on this library had this working to ensure…
-
Hello,
I have tried to use the code files in Fabric-IPFS-project/dataCompressWithFabricAndIPFS-master/src and found problems as follows. First of all, I am new to node, npm, etc. I am reading into …
-
I am using the following code to generate a pair key:
``` javascript
var fs = require('fs');
var SubtleCrypto = require('subtle');
SubtleCrypto.generateKey({
name: 'RSASSA-PKCS1-v1_5',
modulusLe…
mitar updated
8 years ago
-
Hi,
I am currently in the process in choosing an identity provider for a project I am working on. I generally like what I see about Anvil Connect but I am somewhat startled by the lack of maintenanc…
-
Just a thought. You could encrypt messages inside the database, each with its own random key. The encryption key could become part of the URL; the server would throw it out. This would secure peopl…
-
[Bug 27755](https://www.w3.org/Bugs/Public/show_bug.cgi?id=27755):
Though the StreamsAPI is referenced in Informative Reference, the functions under window.crypto.subtle are specified with only one-s…
-
## Problem
WebCrypto does not support streaming encryption/decryption. This means that if we want to display a large file in the browser, we need to read the entire file into memory, decrypt it, and …
-
Why Identity is not used during verifier calculation? According to some posts like this [one](https://crypto.stackexchange.com/a/9430/80987) it is a big security flaw. Also [RFC 5054](https://www.rfc-…
-
Hey Tony, long time no chat!
I'm using RustCrypto in a project involving JOSE. I have some fairly open ended extensibility requirements, so I'm leveraging RustCrypto's generic signature traits as m…
-
The move has been towards using deterministic ECDSA rather than random ECDSA as described in RFC6979. This is a better signature algorithm in that it does not suffer from the problems of bad random n…