# file_crypto **Repository Path**: script-tools/file_crypto ## Basic Information - **Project Name**: file_crypto - **Description**: Encrypt / Decrypt files using DES algorithm (openssl) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/Dramalife - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-17 - **Last Updated**: 2023-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Linux, Bash, OpenSSL, DES ## README ```bash Usage: ./crypto_des.sh [Options] Options: [-P ] Set password, or read from stdin later [-e | -d] Set Encrypt OR Decrypt mode, guess if neither "-e" nor "-d" is set Guess Mode: Grep the suffix ".des3" in and ```