Giter VIP home page Giter VIP logo

Comments (3)

brainfoolong avatar brainfoolong commented on June 11, 2024

Hi, it is impossible to reduce the size of the encrypted string. You can encode it in base64 with btoa() to only have chars from A-Z0-9=.

But it increases the size of the string by around 1/3 of it's original encrypted length. In your case this will be eyJjdCI6IlViRHBrQlJUMVI1VGJ0K2hwMG5YNnc9PSIsIml2IjoiNmMxMTNlZGZiYzBkN2Q5MTcyOTRlY2RmYzRkNjFkNmYiLCJzIjoiYTg3MmNkMzE5YjBkMmE1MiJ9.

Nobody can write this by hand :) It's the nature of encryption that the encrypted text is more or less longer than the original.

from cryptojs-aes-php.

FranGhe avatar FranGhe commented on June 11, 2024

Thank you for your support.
There is a misunderstanding ... I wish that:

  • the encrypted string is static and not random;
  • the password and vector will be fixed and passed to the function by the system;
  • the encrypted string has has chars from A-Za-z0-9;

Sorry for confusion

Ps. I have also made a post on Stackoverflow:
https://stackoverflow.com/questions/64016241/cryptojs-encrypt-decrypt-by-php-and-javascript-simple-output-encrypted-strin

from cryptojs-aes-php.

brainfoolong avatar brainfoolong commented on June 11, 2024

Ok, i think you already got a good answer in stackoverflow. This library is not designed for what you want to accomplish.

from cryptojs-aes-php.

Related Issues (20)

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.