# AES encryption and decryption **Repository Path**: woopokyuk/aes-encryption-and-decryption ## Basic Information - **Project Name**: AES encryption and decryption - **Description**: No description available - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-25 - **Last Updated**: 2021-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AES encryption and decryption #### 介绍 基于 https://github.com/bricke/Qt-AES 的AES加解密图形界面 ![](https://images.gitee.com/uploads/images/2021/0325/173900_8bf93a51_5316488.png "屏幕截图.png") **** 目前分组模式只使用ECB,其他还没添加