# custom-encryption-demo **Repository Path**: wangboa/custom-encryption-demo ## Basic Information - **Project Name**: custom-encryption-demo - **Description**: 个人联系的加/解密算法项目 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-10 - **Last Updated**: 2024-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 一个加解密的联系项目,see Makefile 初始化项目目录 ```shell make init ``` 加密: ```shell # 默认加密 plan.md make encode # 加密 plan_1234.md make encode FILE=plan_1234.md ``` 解密: ```shell make decode ``` 解密后的内容在 target 目录