# RC4 **Repository Path**: takamichika/rc4 ## Basic Information - **Project Name**: RC4 - **Description**: 密码学课程RC4算法的实现 - **Primary Language**: C - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-06-19 - **Last Updated**: 2022-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RC4 #### 介绍 密码学课程RC4算法的实现 解密实际上就是对加密后的文件再执行一次该程序,因此没有分开加密解密。 gcc main.c rc4.h rc4.c -o rc4.exe