Code Monkey home page Code Monkey logo

aes256_yii_extension's People

Contributors

lucbonnin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

aes256_yii_extension's Issues

Your class doesn't do AES-256

Your class doesn't do AES-256, it does Rijndael-256, which is not the same.

The 256 in AES refers to the key length. The 256 in Rijndael refers to block length. AES-256 is using Rijndael-128 with 256 bits of key, so in order to implement AES-256 you have to check for 256 bits of key length, and then use Rijndael-128.

Note that AES-256 has suffered some successful attacks, with the researchers coming to the conclusion that AES-128 is actually more secure because it still has the 128 bits security, while AES-192 and AES-256 can be made less secure at only about 112 bits. You might want to reconsider using the maximum available bit length because ironically it doesn't make the result more secure, but less.

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.