zemuldo / iso_8583

:credit_card::moneybag: JavaScript library for iso 8583 messaging. Handles message validation & conversion between interfaces using iso 8583 standard. Contributors are welcome.
https://zemuldo.github.io/iso_8583/
MIT License
88 stars 54 forks source link

Generate ZPK #139

Closed lexdorf-17 closed 11 months ago

lexdorf-17 commented 11 months ago

Hi, How to generate ZPK from ZMK ?

zemuldo commented 11 months ago

This library does not cover transaction encryption. Encryption and Key management is out of scope and left to the developer. All this library does is decode and encode messages.