-
Using SoftHSM I can wrap an AES key using an RSA key using https://github.com/Mastercard/pkcs11-tools e.g:
p11wrap -a pkcs1 -i "5555_AES" -w WrappingOnly
Using pkcs11js (despite iterating over all…
-
I try to install taiga.io and get this error when run
`su taiga -c "python3.5 manage.py migrate --noinput"`
File "/opt/python3.5/lib/python3.5/site-packages/Crypto/Signature/PKCS1_PSS.py", line 70,…
-
In this case object.getPEMObjectType will return null, causing a NPE in the case statement.
public static PrivateKey readPrivateKey(final InputStream is) throws InvalidKeySpecException, IOExce…
-
I have a form that I'm encrypting with `react-native-rsa-native`:
```js
const form = {
value: 1,
value2: 2
};
const encryptedBody = await RSA.encrypt(JSON.stringify(body), FORM_PUBLIC_KE…
-
See http://stackoverflow.com/a/36633937/875379 and http://crypto.stackexchange.com/questions/12688/can-you-explain-bleichenbachers-cca-attack-on-pkcs1-v1-5 for more info.
RSA 4.0 should support OAEP …
-
When using crypto-browserify or just browserify to require crypto i want to use the following:
```js
const encryptedData = crypto.publicEncrypt({
key: `some public key`,
padding:…
-
H/t @ChristopherDavenport in [Discord](https://discord.com/channels/632277896739946517/839254871646404638/927640836542439495)
Cypher Suites
TLS_AES_128_GCM_SHA256 - Mandatory
AES_256_GCM_SHA384
…
-
Hi,
I'm upgrading my C++ project dependecies(folly, wangle, proxygen). And because of that, I have to upgrade my openssl from 1.0.1h to 1.1.1g.
And I find that RSA_private_decrypt cause the onlin…
-
Remove the following signature algorithms:
- ECDSA_P256_SHA1
- ECDSA_P384_SHA1
- RSA_PKCS1_2048_8192_SHA1
Mozilla, Microsoft, and Google are all planning to turn off SHA-1 support on 2017-1-1 or 2017…
-
I am trying to decrypt a message in node.js using node-forge but it's throwing "Invalid RSAES-OAEP padding."
Code snippet:
```js
var forge = require('node-forge');
var rsa = forge.pki.rsa;
va…