Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 302 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 302 Bytes

JavaScript Implementation of Kount Command functions.

Currently only supports creating a KHASH credit card hash.

Usage

# bash
export CONFIG_KEY=<kount configuration key provided to clients>
const khash = require('./khash');
var PTOK = khash.hash("4111111111111111", 14);