You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in trueconsensus/fastchain/genkeys.go WriteNewKeys function. (which called in pbftserverengine.go -> main() -> cfg.GenerateKeysToFile() -> WriteNewKeys(cfg.Network.NumKeys, cfg.Logistics.KD))
in
trueconsensus/fastchain/genkeys.go
WriteNewKeys
function. (which called in pbftserverengine.go -> main() -> cfg.GenerateKeysToFile() -> WriteNewKeys(cfg.Network.NumKeys, cfg.Logistics.KD))ethcrypto.FromECDSA
just make privatekey to byte type.function save the pemkey as pemEncoded which Unencrypted.
If some node be attacked, the attacker can steal pemkey of users with a malicious software.
The text was updated successfully, but these errors were encountered: