-
This is one of the algorithms described in [RFC 8017](https://tools.ietf.org/html/rfc8017), with a Python implementation [here](https://github.com/Legrandin/pycryptodome/blob/master/lib/Crypto/Cipher/…
-
The specification says
>Key management key algorithm which must be supported is https://tools.ietf.org/html/rfc7518#section-4.3[RSA-OAEP] (RSAES using Optimal Asymmetric Encryption Padding) with a …
-
I've posted this issue on the public-encrypt repo as well:
https://github.com/crypto-browserify/publicEncrypt/issues/13
Public Encrypt is using sha1 for the hash function, is that secure? It sou…
-
Check please [those](https://github.com/diafygi/webcrypto-examples#rsa-oaep---wrapkey) functions.
It seems that algorithm must be the same as for encrypt/decrypt - `{name: string, label?: ArrayBufferV…
-
Any plans to add OAEP with SHA256 support?
-
There are a number of TODOs in the code that suggest we should expect changes for OAEP support, but those changes do not seem to have happened. Is OAEP support complete, and therefore these TODOs are …
-
I'm not sure how serious these warning are, but it's probably a good idea to keep track of them here.
Tracking issue for:
- [ ] https://github.com/google/data-transfer-project/security/code-scanni…
-
**Not redirected back to the app from keycloak**
We already have a working keycloak setup.
* keycloak.example.com is the keycloak setup
* app.example.org is the application where authcrunch se…
-
Riffing off of #210 I wanted to ask if it's possible to add some feature flag or some other opt-in solution to support keys with modulus size bigger than 4096.
I understand the concerns for algorit…
-
Hi there I have encountered a problem where RSA decryption will fail if there is one byte in my cipher text that contains "0x00". I have been testing this for all night and it works fine with another …