# AESEncryptor **Repository Path**: WSCKY/AESEncryptor ## Basic Information - **Project Name**: AESEncryptor - **Description**: aes ctr encryptor. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-13 - **Last Updated**: 2021-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## AES固件加密工具 ### 项目:AES文件加密工具 ### AES模式:CTR ### 开发软件:java(swing) ### 开发环境: * `Windows 10(myeclipse 2016)` * `Ubuntu 16.04` ### jdk版本: * `1.8.0_131(Windows)` * `1.8.0_121(Linux)` ### 编译: #### Windows: myeclipse -> import -> ... #### Linux: 进入工程目录 make 另 make = make all 仅编译 make jar 编译并打包 make launch 编译并运行 make all jar launch 编译、打包、运行 #### Mac OS: 不出意外,应该是支持的,用make编译 #### 版本: V1.1.0 2017/8/29 kyChu@2017/6/16