# 日记加密器 **Repository Path**: PenGoFox/diary-encryptor ## Basic Information - **Project Name**: 日记加密器 - **Description**: 对日记进行加密和解密 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-01-14 - **Last Updated**: 2023-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 日记加密解密器 ## 简介 使用 [Crypotgraphy](https://cryptography.io/en/latest/) 库和 Python 写的一个日记加密解密器。 ## 用法 无论是待加密文件还是已加密文件,都需要以特定的前缀(默认为 `dialy` )命名,待加密文件的后缀都为 `.txt` (主要是解密后的文件后缀就是这个),已加密文件的后缀为特定的后缀(默认为 `pdef`)。 可以运行 `main.py` 文件进行加解密,或者双击 `decrypt.bat` 进行解密和双击 `encrypt.bat` 进行加密。