As per EIP-627, the salt for symmetric encryption is now part of the payload. This commit does that.
* build: enable unconvert linter - fixes #15453 - update code base for failing cases * cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter