1.2.2 • Published 5 years ago

kaatenize v1.2.2

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

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago