-
`./Configure no-dsa mingw64 `
link error:
```
D:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: apps/openssl-bin-dhparam.obj:dhparam.c:(.text+0x…
aggat updated
3 years ago
-
I understand that this represents a thin wrapper over the Win32 CNG APIs, but it does make a whole suite of cryptographic operations simpler.
In my case, I'm trying to read an ECDSA public/private …
-
I'm having trouble requesting vectors for KDF108 Mode DPI with any arrangement of parameters. This isn't through the libacvp sample app, but through my own application which uses the libacvp library.
…
-
I am trying to test KAS FFC dhStatic scheme.
I got 400 error while vector downloading, the server message is:
```
"error": "Validation error(s) on JSON payload.",
"context": [
"KA…
-
Several issues where listed by "Yawning Angel" on Tor mailing list.
A casual review brought up some issues and we here provide a structured reaction to them. All issues are addressed already or will …
-
[Key encapsulation](http://example.org) is an alternative to generating a symmetric key and encrypt it with public key cryptography. RSA-KEM (specified in ISO 18033-2) is I guess the most widespread k…
hprid updated
4 years ago
-
> **Preface**: *To any that are reading, this is a continuation of a former (now closed) issue that I pulled a few days ago, inquiring about the inclusion of Argon2 / outright replacement of Scryp…
-
Switch to [Web Crypto API](https://www.w3.org/TR/WebCryptoAPI/) and provide sjcl only as a fallback.
[Browser support is good](http://caniuse.com/cryptography).
-
A play in several acts, involving a Python interpreter:
``` python
>>> from cryptography.hazmat.backends import default_backend
>>> backend = default_backend()
>>> from pyblake2 import blake2b
>>> fr…
-
When calling `bcrypt.kdf(...)`, the library doesn't use bcrypt. The documentation I've been able to find (the readme in this repository and [on pypi](https://pypi.python.org/pypi/bcrypt/3.1.2)) is ext…