0.2.1 • Published 4 years ago

list-masher v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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)

0.2.1

4 years ago

0.2.0

4 years ago