LikedInn
I mixed all the letters on my LinkedIn profile.
Year: 2018

Process
TEXT = get LinkedIn profile
WORDS = split TEXT into an array of words
WORDS_LENGTH = []
for each WORD in WORDS:
CHARACTERS = get number of characters in WORD
add CHARACTERS to WORDS_LENGTH
JOINED_WORDS = join all WORDS into a string without spaces
ALL_CHARACTERS = get number of characters in JOINED_WORDS
SHUFFLED_CHARACTERS = shuffle characters in ALL_CHARACTERS
for each LENGTH in WORDS_LENGTH:
NEW_WORD = extract first LENGTH characters from SHUFFLED_CHARACTERS
NEW_TEXT = add NEW_WORD to NEW_TEXT