1.2.2 • Published 3 years ago

kaatenize v1.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago