GithubHelp home page GithubHelp logo

aes.jl's People

Contributors

kanav99 avatar martinholters avatar narendrakpatel avatar seelengrab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

aes.jl's Issues

Move to JuliaCrypto

Hi, would you be interested in moving this to JuliaCrypto? This would improve its visibility, and possibly let other maintainers help with the package or making improvements to it. Thanks!

Encryption does not work for UTF-8 Strings.

Julia Strings are by default UTF-8 encoded and thus can't simply be used like arrays of UInt8. The code currently assumes that any character in a given String can be converted to UInt8 without a problem, but this doesn't work:

julia> str = "UTF-8! ๐Ÿ˜‰"
"UTF-8! ๐Ÿ˜‰"

julia> cipher = AESCipher();

julia> encrypt(str, cipher)
ERROR: InexactError: trunc(UInt8, 128521)
 [...]

I've forked this project and I'm trying to fix this properly, but that has exposed some other problems as well - I'll try to make a PR if I get this and the other problems exposed by this fixed.

`Block` wrapper

Usage of @views limits us for the case of Strings. Make a general Block structure which helps us in the division of arbitrary data into blocks of 16 bytes

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.