Converts wallet without password into protected wallet with password. `Command syntax:` ```actionscript wallet convert -w <wallet_name> -password <password> ``` `Options:` ```actionscript -w - name of the wallet -password - wallet password ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli wallet convert -w walletone -password 1111 ``` `Response:` ``` Wallet: walletone successfully converted ``` ### JSON-RPC Example ![[JSON-RPC Request - WALLET CONVERT]]