1.2.2 • Published 4 years ago

kaatenize v1.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

What Is This?

Encrypt and Decryp data from javascript to php or vice versa.

Installation

npm i kaatenize --save

import { sendData } from kaatenize;

var key = 'abcdefghijklmnopqrstuv0123456789';
var contohData = {
    test : "Hanya test message",
};

sendData("http://localhost:8000/receivedata", contohData, key, function (return) {
	console.log(return);
});
1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago