tuweni / org.apache.tuweni.wallet / Wallet / <init>

<init>

Wallet(file: Path, password: String)

Wallet containing a private key that is secured with symmetric encryption.

This has not been audited for security concerns and should not be used in production.

This wallet encrypts the key pair at rest, and encrypts the key in memory.

Nonce is based on the password, should be instead stored in the wallet and unique.

The wallet loads from a file.