Giter VIP home page Giter VIP logo

lilizong / - Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linriguang/-

0.0 0.0 0.0 8 KB

需要在通信中使用该加密和解密系统,首先需要产生私钥,然后通过私有信道把私钥传输给接收方,双方约定使用该私钥一段时间。加密系统借助私钥K和公钥IV将明文图像P加密为密文图像C。解密系统是加密系统的逆系统。该密码系统最大的优点就是:每次加密都可以使用不同的公钥IV,私钥还是自己和接收方约定的私钥,加密完成后将公钥IV和密文图像C一起通过公共信道传递给接收方,然后接收方借助与发送方相同的私钥K和公钥IV将密文图像C解密为明文图像P。这样就可以大大地提高通信的安全性。图像可以携带重要的信息,无论是彩色图像还是灰度图像,该系统都可以很高效进行加密和解密。

-'s Introduction

lilizong

lilizong

-'s People

Contributors

linriguang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.