# file2hex.js **Repository Path**: zhhnch/file2hex.js ## Basic Information - **Project Name**: file2hex.js - **Description**: Make sure you have the latest version of node.js and npm. Add current directory to PATH environment variable. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README Make sure you have the latest version of node.js and npm. Add current directory to PATH environment variable. ```bash file2hex -h file2hex --help file2hex row.txt file2hex -e row.txt file2hex --encode row.txt file2hex --encode --base64 row.txt file2hex -d hex.txt file2hex --decode hex.txt ```