I have an array of strings
var array = ["hello", "goodbye"]
and I want to encode them with a key so to decode them you'd need the key.
Would such a thing be possible without use of outside libraries
I have an array of strings
var array = ["hello", "goodbye"]
and I want to encode them with a key so to decode them you'd need the key.
Would such a thing be possible without use of outside libraries