-
I guess this isn't an issue but a question, I have hex private keys instead of the ones that start with s for XRP, how do I get convert the private keys to the ripple address?
-
Is there are any ways to export private keys from the provided accounts?
-
Private keys (at least RSAPrivateKey) can not be copied in cryptography 43.0.3:
```
>>> import copy
>>> from cryptography.hazmat.primitives.asymmetric import rsa
>>> private_key = rsa.generate_pri…
-
### What needs to get done
See https://forum.snapcraft.io/t/how-to-import-snapcraft-keys-without-logging-in/43716
It is possible to export private snapcraft keys through accessing gpg directly. Ho…
-
# Context / Motivation
In order to validate signatures, it is necessary to establish trust for validating parties. Depending on underlying certificate (on signing-server-side), it may be sufficient t…
-
At the moment, running `npm run dev` command on the repository successfully builds but fails at runtime, because the mainnet / devnet configurations expect environment variables to be provided, matchi…
-
Hi,
putty (putty-gen) apparently encodes keys (somehow) differently to openssh when exporting to the openssh format. These keys fail to parse with the ssh-key crate with `Encoding(Pem(Base64(Invali…
-
`iota-keytool` saves/exports private keys on bech32, while validator node configuration expects them in the config files as base64. Remove the unneccessary step of converting the privkey by accepting …
lzpap updated
2 weeks ago
-
Hi, is there a way to get private key for TRON and TON ? I mean currenly app allow to add those 2 networks to wallet but i will be not able to use same wallet in another place, means i dont have full …
-
**Is your feature request related to a problem? Please describe.**
The Zowe CLI supports encrypted SSH private keys and allows users to enter the password up to 3 times 😋
It'd be nice for Zowe …