list-masher

Smash a list of strings together

Usage no npm install needed!

<script type="module">
  import listMasher from 'https://cdn.skypack.dev/list-masher';
</script>

README

List Masher

Do you have a lot string you want to mash together? Would you like to slightly obfuscate this data just enough? Do you miss long NES passwords?

Mash your list!

Installation

npm i list-masher

Usage

encode

encode(['some', 'mock', '', 'data']));
// 'BABzbQBkb29hbWN0ZWth'

decode

decode('BABzbQBkb29hbWN0ZWth');
// ['some', 'mock', '', 'data']
]

License

Copyright (c) 2020, Michael Szmadzinski. (MIT License)