Giter VIP home page Giter VIP logo

Comments (4)

brainfoolong avatar brainfoolong commented on June 5, 2024 1

Please don't get me wrong here. The example are NOT supposed to use 1on1 on your production environment. It is just a one file simple showcase of how PHP and JS wise the script can work.

You don't have to use forms, you don't have to use jquery. All you need are the four functions. All other code is just for the sake of the example.

CryptoJS.AES.decrypt() // JS
CryptoJS.AES.encrypt() // JS
cryptoJsAesEncrypt() // PHP
cryptoJsAesDecrypt() // PHP

from cryptojs-aes-php.

brainfoolong avatar brainfoolong commented on June 5, 2024

Hi, probably i will add some other examples. But there just examples. You don't have to use jquery, you don't have to use forms. You can use everything you have/need.

And i think the 2 functions on PHP and JS side are self-explanatory, no further additions needed as it add no more helpful information.

Your specific case is just one way of many and i have no time to help with your specific case. Sorry.

from cryptojs-aes-php.

petrk94 avatar petrk94 commented on June 5, 2024

Thank you for your response.
Unfortunately, the example is just one for the use.
my problem is the need of jquery, my case is nothing special.

The example is fine, but at the end its sending te password non encrypted over POST to the server, I avoid this by removing the name tag and replacing it in jquery by id tag.
For the XHR sending I need the getelementbyID, but this doesnt work with jquery together, it seems like both are trying to access one element and so jquery is not longer working when I add the id tag to the input field.
Thats why I would like to see it in pure js and understand it better how it works.

from cryptojs-aes-php.

petrk94 avatar petrk94 commented on June 5, 2024

Thanks

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.