基于三重DES的数字图像加密算法,能够基于DES密码算法和分组密码运行模式,对输入的任意数字图像进行加密,并输出加密后的图像。同时也能够根据加密后的图像和DES密钥等信息,对加密的图像进行还原,使得解密后的图像和原图像保持一致。CSDN地址:https://blog.csdn.net/monster663/article/details/124506449
☆17Dec 11, 2024Updated last year
Alternatives and similar repositories for Digital-Image-Encryption-Algorithm-Based-on-DES
Users that are interested in Digital-Image-Encryption-Algorithm-Based-on-DES are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 一种新的基于混沌映射的比特级图像加密算法的 python 实现(原论文题目:A novel bit-level image encryption algorithm based on chaotic maps,链接:https://doi.org/10.1016/j.opt…☆27May 14, 2023Updated 2 years ago
- 用numpy实现全连接神经网络(正向传播与反向传播)。Using numpy to realize fully connected neural network(forward and backward)☆12Jan 18, 2023Updated 3 years ago
- 基于 LangChain 生态与混合检索技术构建的 智能化学术研究辅助平台,旨在提供高效、精准的文献深度分析能力。系统支持 PDF/TXT/DOCX 多格式学术文献上传,通过 BGE-Small-ZH 向量嵌入模型与 BM25 关键词检索融合的混合检索策略,实现跨文档语义关联…☆20Aug 28, 2025Updated 8 months ago
- 利用Spring Cloud Alibaba技术栈将一个单体商城项目改造成微服务项目,包含PC端,H5,微信小程序,手机APP。实现微服务从开发到测试再到部署运维的一条龙学习过程。主要运用Spring Cloud Alibaba,Spring Boot,Mybatis P…☆12Jun 21, 2022Updated 3 years ago
- hfut/合肥工业大学计算机图形学实验及大作业☆11Jan 19, 2024Updated 2 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 2022-2023计算机图形学大程:简单室内场景三维建模及真实感绘制☆11Apr 18, 2023Updated 3 years ago
- 华中科技大学计算机网络实验2019级☆12Oct 24, 2022Updated 3 years ago
- Agent Fusion is a local RAG semantic search engine that gives AI agents instant access to your code, documentation (Markdown, Word, PDF)…☆65Apr 7, 2026Updated 3 weeks ago
- 基于SDN架构的网络流量监控和控制☆12Apr 7, 2026Updated 3 weeks ago
- 2022年OPENGL计算机图形学大作业☆17Apr 9, 2022Updated 4 years ago
- This project is created using Ryu controller which performs DIJKSTRA algorithm to find best paths, based on traffic flowing through links…☆22Nov 6, 2021Updated 4 years ago
- 在《计算机图形学基础》(孔令德)改版教材中的12个经典案列☆18Apr 26, 2020Updated 6 years ago
- SDN-enabled IoT Simulation using Mininet with NS-3☆16Apr 15, 2017Updated 9 years ago
- ☆13Oct 22, 2024Updated last year
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 中山大学计算机图形学作业记录(高成英老师)☆14Jan 10, 2023Updated 3 years ago
- 清华大学操作系统课程实验☆17Sep 6, 2020Updated 5 years ago
- 学习socket网络编程,学习C++类的封装☆20Mar 17, 2015Updated 11 years ago
- 计算机图形学与opengl C++版 配套代码☆20Sep 14, 2023Updated 2 years ago
- UC Berkeley CS162 Operating System and System Programming Homework☆19Aug 23, 2020Updated 5 years ago
- 基于陈氏超混沌系统和DNA编码的图像加密算法☆29Jan 8, 2023Updated 3 years ago
- A JSON file RESTful API based on json-server for zce/weapp-locally & zce/quickapp-locally☆14Dec 1, 2023Updated 2 years ago
- A comprehensive framework for assessing the security capabilities of large language models (LLMs) through multi-dimensional testing.☆80May 15, 2025Updated 11 months ago
- 基于Mininet对SDN/OpenFlow网络进行仿真,搭建了由一个三层路由器staticRouter、一个二层自学习交换机以及若干台主机构成的网络拓扑。使用POX做控制器,编程实现了网络中各个主机之间的连通性。☆28Feb 25, 2017Updated 9 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Private and Reliable Neural Network Inference (CCS '22)☆22Jul 11, 2023Updated 2 years ago
- Proteus Examples with 8086☆23Jun 29, 2020Updated 5 years ago
- Firewall application implemented in a software defined network, using mininet and python.☆22Mar 12, 2015Updated 11 years ago
- 河南大学 计算机图形学 实验课源代码☆26May 24, 2015Updated 10 years ago
- StructSR: Refuse Spurious Details in Real-World Image Super-Resolution☆29Jan 16, 2025Updated last year
- 基于MATLAB的图像加解密及传输仿真☆45Aug 27, 2023Updated 2 years ago
- Wavelet-based Image InPainting Model☆27Sep 15, 2024Updated last year
- 华中科技大学计算机网络实验1:Socket编程实现的简易HTTP服务器☆27Nov 2, 2019Updated 6 years ago
- python实现AES/DES/RSA/MD5/SM2/SM4/3DES加密算法模板汇总☆46Apr 8, 2022Updated 4 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 武大遥感院2021年计算机图形学实习,包括图形生成:DDA直线,中点直线,Bresenham圆,正负法圆,Bezier曲线,B样条曲线,Hermite曲线;图形变化:平移,旋转,缩放,对称;图形填充:扫描线填充,边缘填充,种子填充; 图形裁剪:Cohen-Sutherland…☆41Apr 9, 2022Updated 4 years ago
- ASID☆52Jan 30, 2025Updated last year
- ☆59Dec 3, 2025Updated 5 months ago
- Code for the paper "Guided Image Generation with Conditional Invertible Neural Networks" (2019)☆105Sep 3, 2020Updated 5 years ago
- Multi-Agent Retrieval-Augmented Generation (RAG) Customer Support System using Python, LangChain, and LangGraph.☆105Oct 3, 2024Updated last year
- MIT 6.S081 / Fall 2020 os lab☆52Dec 29, 2021Updated 4 years ago
- C++&&Java socket网络编程 学习socket 案例快速入手☆54Dec 3, 2019Updated 6 years ago