evm-wallet-csv-encrypt
v1.0.1
Published
This is a simple tool to encrypt a CSV file with a password. It uses the `crypto` module from Node.js to encrypt the file.
Downloads
7
Readme
evm-wallet-csv-encrypt
This is a simple tool to encrypt a CSV file with a password. It uses the crypto
module from Node.js to encrypt the file.
Usage
npm install -g evm-wallet-csv-encrypt
evm-wallet-csv-encrypt <input-file> <output-file> <password>
Example
evm-wallet-csv-encrypt input.csv output.csv mypassword