-
I'm trying to understand if there is a reason why RSA KeyGen was never exposed as an API in the `crypto` module. I'm familiar with the pure js solutions such as [`keypair`](https://www.npmjs.com/packa…
-
Hi,
Please push also the distributions to maven central.
Thanks,
Torsten
-
#### Relax-and-Recover (ReaR) Issue Template
Fill in the following items before submitting a new issue
(quick response is not guaranteed with free support):
* ReaR version ("/usr/sbin/rear -V")…
-
Hello Ron,
I encounter a problem, when I try to dockerize my provisioning tool, which uses asyncssh as underlying connection service. This is most likely a problem with the know-hosts file, as the ss…
-
A public key can not be imported.
Key can be imported by other implementations (APG, Mailvelope, ...)
German Errorlog:
[START] Importiere öffentlichen Schlüsselbund 0xef90cb4583876c37
[START]…
-
``` javascript
d = new Date().toLocaleString('de')
"17.03.2016 14:21:50"
// I only want to match the time part
// In chrome (v8)
d.match(/(\d+\:\d+\:\d+)/)[1]
"14:27:28" // returns the co…
-
-
I am using the ssh protocol in an atypical scenario and would like to perform additional checking in my PublicKeyCallback function. I would like to have access to the underlying crypto.PublicKey that…
-
**URL**: http://www.rollingstone.com/politics/news/black-lives-matter-11-racist-police-killings-with-no-justice-served-20141204
**Browser / Version**: Firefox Mobile 37.0
**Operating System**: And…
-
`include/openssl/bn.h` sets an error rate of less than 2^-80 for random `b`-bit input, b >= 100.
It seems to be the time to recompute the table 4.4 in the Handbook of Applied Cryptography [Menezes, …