GithubHelp home page GithubHelp logo

des-'s Introduction

DES++

by Pixel Frame

模块简介

  1. DES_Main 加解密主程序
  • encrypt
    • 输入 (明文 : QWORD, 密钥 : QWORD)
    • 输出 (密文 : QWORD)
  • encrypt*** (Hex, Bin, ANSI, Unicode, File)
    • 输入 (明文 : CString, 密钥 : QWORD, 加密模式 : int, 初始向量 : QWORD)
    • 输出 (密文 : std::vector)
  • decrypt
    • 输入 (密文 : QWORD, 密钥 : QWORD)
    • 输出 (明文 : QWORD)
  • decryptHex
    • 输入 (密文 : CString, 密钥 : QWORD, 加密模式 : int, 初始向量 : QWORD)
    • 输出 (明文 : std::vector)
  1. DES_LookUp 查找表
  2. DES_Convert 将各种格式字符串转换为QWORD
  3. DES_Base64 BASE64加解密
  4. DES++Dlg MFC窗口实现
  5. CEditRes 窗口输入限制

注意事项

  • 本工程为Unicode编码工程,因此对CString做了多次MultiByte转换,同时DES_Main输入的CString也应是CStringW
  • DES++Dlg使用了大量冗余以及复杂的逻辑,不建议参考
  • BASE64部分并非原创
  • 窗口使用了Inziu Iosevka字体

des-'s People

Contributors

pixelframe avatar

Watchers

 avatar  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.