-
Hi, I cannot query for reports between two dates as always get last seven days.
This is my code:
```python
key = request.args.get('key')
t0 = datetime.datetime.fromtimestamp(float(requ…
-
How to get transaction hash
```ts
const transferMessage = wallet.createTransfer({
seqno,
secretKey: keyPair.secretKey,
sendMode: SendMode.PAY_GAS_SEPARATELY,
messages
});
…
-
## Summary
I need this feature to [sign some X509 certificates](https://stackoverflow.com/questions/30814230/dynamically-create-ssl-certs-keys-with-common-ca).
I don’t know much about OpenSSL.
I lo…
-
How can one generate a private-public ECDSA keypair that is in the right
format to be used for OpenSSH authentication? OpenSSH uses its own format
where as the example suggested in the README uses …
-
How can i fix the bug?
-
Currently the crypto bindings have only one special type: keypair, of which a value is returned by `crypto.box.new_keypair` and `crypto.sign.new_keypair`, because that's the only special type it's the…
-
I got comments from some users, that the actual KeyPairs are not shown in a intuitive way. I've been working on a new UI to hopefully improve that.
It's could be seen as a continuation of https://gi…
vLooz updated
9 years ago
-
What would cause this error?
```
2018-12-21 20:42:34 [WARN] [PID-60557] feed.go SyncServers:371 not decryptable: keypair decryption failed
2018-12-21 20:42:34 [INFO] [PID-60557] server.go Run:69 …
-
java.security.UnrecoverableKeyException: Cannot recover key
sun.security.provider.KeyProtector.recover\(KeyProtector.java:301\)
sun.security.provider.JavaKeyStore.engineGetKey\(JavaKeyStore.java:103…
-
In the config there is `RPI_DEVICE_RETRIEVE_KEYPAIR` where you can specify a directory to place the device keypairs but what are they?
I know each device has an encryption key which is a single val…