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!
npm i list-masher
encode(['some', 'mock', '', 'data']));
// 'BABzbQBkb29hbWN0ZWth'
decode('BABzbQBkb29hbWN0ZWth');
// ['some', 'mock', '', 'data']
]
Copyright (c) 2020, Michael Szmadzinski. (MIT License)