danielecr / aes128encrypter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aes128encrypter

Symmetric key encrypter/decrypter that make javascript and php agree on convensions, I wrote this with zmq message passing in mind, but it is for every place where javascript and php has to work together in a clean way.

Javascript is meant as nodejs, but I think it is possible to make it works with requirejs too, so in a browser.

Maybe it was clean to most, but I hope this interface is simpler and coherent between the two language/library.

Credits

This code was initially developed for LinguisticStudio.it ( https://www.linguisticstudio.it/ ) as module for communication from Drupal Module to the SaaS developed for them to synchronize data (ebaysync). I leaved that project because I disagree with policy, and mission.

About

License:GNU General Public License v2.0


Languages

Language:JavaScript 51.1%Language:PHP 48.9%