GithubHelp home page GithubHelp logo

dryong / qaes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dushibaiyu/qaes

0.0 2.0 0.0 164 KB

Qt AES encrypt decrypt

License: MIT License

QMake 0.21% C 70.15% Objective-C 12.57% C++ 16.54% Prolog 0.53%

qaes's Introduction

QAes

Qt AES encrypt decrypt
QByteArry直接使用的AES加密解密。 ########################## ###支持的模式: ECB,CBC,CTR ###填充模式: ANSIX923,PKCS7,None(不填充) None:模式下,不是16字节的整数倍的多余的部分不加密。不足16个字节的,都不加密。 (CTR模式是流式模式,不需要填充。) ###密码模式: 传进去参数支持任意长度: 密码:传进去密码后进行Sha3_256计算出hash值作为密码。对于AES256则是全部hash值,128和192则是去前面相应的16个和24个字节值。 salt: 传进去的salt进行Sha3_256计算出hash值的前16个字节作为salt。(ecb模式下不用salt值的)。

qaes's People

Contributors

dushibaiyu avatar

Watchers

James Cloos avatar LiYong 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.