-
Rather than having per-requisite steps for each instructor and/or course to provide a key pair, allow cred-admin to scaffold the creation and centrally store the keypair.
-
Need the ability to create (using the alpha keypair) a revocation for an entire identity that can be published in the identity's "space" in whatever DHT is used that immediately negates any future use…
-
When `vagrant init` with `ubuntu-cn/trusty64`, then `vagrant up` failed with
```
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
…
-
# Type checking
See: https://github.com/juliangruber/keypair/blob/9596418d3363d3e757676c0b6a8f2d35a9d1cb18/index.js#L1020
Please change from:
```js
if(crypto) {
```
to
```js
if(null !== cr…
Ninos updated
3 years ago
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x58b5f64779ca817c6a65b9056718a820ffad1afb09b60d9498fa7255fa8ffd42
**Severity:** high
**Description:**
**Description*…
-
Hi there,
I'm running Pulumi 3.11.0 with the Typescript environment.
I'm encountering the following error when trying to reproduce the `aws-ts-ec2-provisioners` example:
```
pulumi:providers:p…
-
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
-
-
I wish to be able to use `lexik:jwt:generate-keypair` command with `--overwrite` and no promt, just generate it. I haven't found a way so far and a `-y` argument is pretty standard.
-
Hi,
I have to exchange keys with the server (in JAVA using bouncycastle) and my iOS app. So the server has the key size issue and send me the key in blocks (each one encrypted with my public key). Th…