# GANs based stream cipher **Repository Path**: machine-learning-and/GANsbasedstreamcipher ## Basic Information - **Project Name**: GANs based stream cipher - **Description**: 本项目使用生成对抗网络学习生成随机序列,用于数字图像流加密的应用。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 5 - **Created**: 2023-01-18 - **Last Updated**: 2024-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 介绍 使用生成对抗网络学习生成随机序列,用于数字图像流加密的应用。 #### python库配置 1. tensorflow 2. keras 3. py-opencv 4. numpy 5. matplotlib