notes for tudoucode: step1: AES-256-CBC, utf16le, pkcs7 with predefined key&iv. step2, for every char: (ascii < 128) ? TABLE[ascii] : BYTEMARK[random(x)] + TABLE[ascii-128] (reverse: if char in BYTEMARK: output next char+128 else char).
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
notes for tudoucode: step1: AES-256-CBC, utf16le, pkcs7 with predefined key&iv. step2, for every char: (ascii < 128) ? TABLE[ascii] : BYTEMARK[random(x)] + TABLE[ascii-128] (reverse: if char in BYTEMARK: output next char+128 else char).