Rating:

```
import random

keyboard = [
[["a"],["xcvbgrd", "grdxcvb", "zsefvcx"]],
[["b"],["wsxcfd", "rfvbhg", "qazxds"]],
[["c"],["redcv", "ewsxc", "trfvb"]],
[["d"],["edcvgr", "wsxcfe", "yhnmku"]],
[["e"],["edcvrf", "wsxcde", "tgbnhy"]],
[["f"],["redcf", "trfvg", "ewsxd"]],
[["g"],["redcvg", "cvgred", "cvrged"]],
[["h"],["wsxdrfv", "edcftgb", "rfvgyhn"]],
[["i"],["wsx", "edc", "rfv"]],
[["j"],["ujmn", "wsxz", "rfvc"]],
[["k"],["edcfby", "wsxdvr", "qazsce"]],
[["l"],["wsxcv", "edcvb", "rfvbn"]],
[["m"],["zaqwdrtgb", "xsweftyhn", "xsweftynh"]],
[["n"],["zaqwdvfr", "xsweftgb" , "xsweftbg"]],
[["o"],["qazxcdew", "wsxcvfre", "rfvbnhyt"]],
[["p"],["mnbvccdertg", "nbvcxswerf", "nbvcxswefr"]],
[["q"],["qazxcdewv", "edcvbgtrn", "rfvbnhytm"]],
[["r"],["mnbvcdrtghu","mnbvcdrtghu","mnbvcdrtghu"]],
[["s"],["ytrfvcx", "iuyhnbv", "iuyhnbv"]],
[["t"],["wertyfv", "rtyuihn", "rtyuihn"]],
[["u"],["wsxcvfr", "edcvbgt", "edcvbgt"]],
[["v"],["efvgy", "wdcft", "wdcft"]],
[["w"],["efvgywdcft","efvgywdcft","efvgywdcft"]],
[["x"],["wdvtdz", "rgnygc", "rgnygc"]],
[["y"],["jmyi", "efvt", "efvt"]],
[["z"],["qwerdcvb", "ertgvbn", "ertgvbn"]]
]

def nliqwerty_enc(buf):
enc_buf = ""
x = 0
y = 0
for char in buf:
for count in range(0,26):
if (char.lower() == keyboard[count][0][0]):
# print char.lower() + " / " + keyboard[count][1][random.randint(0, 2)]
enc_buf += keyboard[count][1][random.randint(0, 2)]
y = 1
x = 0
else:
if y == 0:
x = 1
if x == 1:
enc_buf += char.lower()
enc_buf += random.choice(["qwerty", "asdfgh", "zxcvbn"])
x = 0
y = 0

return enc_buf

def nliqwerty_dec(buf):
dec_buf = ""
dec_buf = buf.replace("qwerty", "#")
dec_buf = dec_buf.replace("asdfgh", "#")
dec_buf = dec_buf.replace("zxcvbn", "#")
chars = dec_buf.split("#")
dec_buf = ""
for x in chars:
if len(x) == 1:
dec_buf += x
else:
for count in range(0,26):

if x == keyboard[count][1][0]:
dec_buf += keyboard[count][0][0]

if x == keyboard[count][1][1]:
dec_buf += keyboard[count][0][0]

if x == keyboard[count][1][2]:
dec_buf += keyboard[count][0][0]
print dec_buf

print "-=====-"
nliqwerty_dec("wsxcvasdfghrfvbnhytqwertymnbvcdrtghuzxcvbnwsxcdeasdfghzaqwdrtgbzxcvbn qwertywsxqwertynbvcxswefrqwertyiuyhnbvqwertywsxcvfrasdfghzaqwdrtgbzxcvbn qwertywsxasdfghiuyhnbvasdfgh zxcvbnytrfvcxqwertywsxasdfghzaqwdrtgbqwertymnbvccdertgzxcvbnedcvbasdfghefvtzxcvbn asdfghwsxcfezxcvbnedcvbgtasdfghzaqwdrtgbqwertyxsweftynhzxcvbnjmyizxcvbn zxcvbnrtyuihnzxcvbnwsxcdeasdfghrgnygcqwertyrtyuihnasdfgh qwertyqazxcdewzxcvbnredcfzxcvbn zxcvbnwertyfvzxcvbnrfvgyhnasdfghwsxcdeqwerty qwertynbvcxswefrzxcvbnmnbvcdrtghuzxcvbnrfvqwertyxsweftgbqwertyrtyuihnqwertywsxasdfghxsweftgbzxcvbncvgredasdfgh asdfghgrdxcvbzxcvbnxsweftbgasdfghwsxcfeqwerty asdfghwertyfvqwertyefvtqwertynbvcxswefrqwertyedcvrfzxcvbnytrfvcxzxcvbntgbnhyasdfghwertyfvasdfghwertyfvzxcvbnwsxqwertyzaqwdvfrzxcvbncvgredqwerty asdfghedczxcvbnxsweftbgasdfghyhnmkuzxcvbnedcvbgtqwertyiuyhnbvqwertyrtyuihnasdfghmnbvcdrtghuqwertyjmyiasdfgh.zxcvbn asdfghrfvbnqwertywsxcvfreasdfghmnbvcdrtghuqwertywsxcdeasdfghzaqwdrtgbasdfgh asdfghwsxqwertynbvcxswerfqwertyiuyhnbvzxcvbnedcvbgtzxcvbnxsweftyhnqwerty qwertyrfvgyhnasdfghzsefvcxqwertyytrfvcxasdfgh qwertyrfvbhgasdfghedcvrfasdfghtgbnhyasdfghxsweftgbasdfgh asdfghrtyuihnqwertyedcftgbasdfghtgbnhyasdfgh zxcvbnrfvasdfghzaqwdvfrasdfghwsxcfezxcvbnedcvbgtqwertyytrfvcxzxcvbnrtyuihnasdfghmnbvcdrtghuzxcvbnefvtzxcvbn'asdfghiuyhnbvzxcvbn qwertyiuyhnbvzxcvbnrtyuihnqwertyzsefvcxasdfghzaqwdvfrqwertyyhnmkuqwertyzsefvcxzxcvbnmnbvcdrtghuqwertyedcvgrzxcvbn zxcvbnwsxcfeqwertyedcvbgtasdfghxsweftynhasdfghxsweftyhnzxcvbnefvtqwerty zxcvbnrtyuihnzxcvbntgbnhyqwertywdvtdzasdfghwertyfvzxcvbn asdfghtgbnhyqwertywdcftasdfghedcvrfasdfghmnbvcdrtghuqwerty zxcvbniuyhnbvzxcvbnrfvqwertyxsweftgbzxcvbnewsxczxcvbnwsxcdezxcvbn qwertywertyfvqwertyedcftgbzxcvbnedcvrfzxcvbn asdfgh1qwerty5zxcvbn0asdfgh0qwertyiuyhnbvzxcvbn,qwerty zxcvbnefvgywdcftzxcvbnedcftgbasdfghwsxcdeqwertyxsweftgbzxcvbn zxcvbngrdxcvbasdfghzaqwdvfrqwerty asdfghwsxcvfrqwertyzaqwdvfrasdfghedcfbyasdfghxsweftbgzxcvbnwsxcvfreqwertyefvgywdcftzxcvbnxsweftbgasdfgh asdfghnbvcxswerfzxcvbnmnbvcdrtghuqwertyedczxcvbnxsweftbgqwertywertyfvzxcvbnedcvrfzxcvbnmnbvcdrtghuqwerty qwertyrtyuihnqwertyqazxcdewzxcvbnwsxcvfreqwertyedcfbyasdfgh qwertygrdxcvbasdfgh zxcvbncvgredzxcvbnxcvbgrdasdfghrfvbnasdfghrfvbnasdfghwsxcdeqwertyefvtqwerty qwertyqazxcdewqwertytrfvgzxcvbn zxcvbnwertyfvzxcvbnefvtqwertymnbvccdertgqwertyedcvrfasdfgh zxcvbngrdxcvbzxcvbnzaqwdvfrqwertyyhnmkuqwerty qwertyiuyhnbvqwertyredcvasdfghmnbvcdrtghuzxcvbnzsefvcxqwertyxsweftynhzxcvbnrfvbhgzxcvbnwsxcvasdfghwsxcdezxcvbnedcvgrasdfgh qwertyrfvqwertyrtyuihnzxcvbn qwertyrtyuihnqwertyqazxcdewzxcvbn asdfghxsweftynhqwertyzsefvcxzxcvbnqazsceasdfghedcvrfqwerty asdfghxcvbgrdasdfgh asdfghrtyuihnzxcvbnjmyizxcvbnmnbvccdertgqwertywsxcdeqwerty asdfghiuyhnbvasdfghnbvcxswerfasdfghwsxcdezxcvbnewsxcqwertyedcasdfghxsweftynhasdfghedcvrfqwertyxsweftbgqwerty qwertywsxcfdqwertywsxcvfreasdfghwsxcvfreqwertyedcfbyasdfgh.asdfgh asdfghedczxcvbnrtyuihnasdfgh asdfghwsxdrfvzxcvbnxcvbgrdzxcvbniuyhnbvqwerty asdfghiuyhnbvqwertywsxcvfrasdfghmnbvcdrtghuqwertyefvgyasdfghwsxqwertyefvgyqwertytgbnhyqwertywsxcfezxcvbn qwertyzaqwdvfrasdfghrfvbnhytasdfghrtyuihnqwerty asdfghwsxcvfreqwertyzaqwdvfrzxcvbnrfvbnzxcvbnefvtzxcvbn qwertyewsxdzxcvbnrfvzxcvbnwdcftzxcvbntgbnhyqwerty zxcvbnewsxcqwertytgbnhyqwertyzaqwdvfrasdfghrtyuihnasdfghedcvbgtqwertymnbvcdrtghuzxcvbnwsxqwertyedcvrfqwertyiuyhnbvzxcvbn,qwerty zxcvbnrfvbhgasdfghedcvbgtqwertyrtyuihnasdfgh zxcvbnxcvbgrdasdfghwsxcvzxcvbnytrfvcxzxcvbnqazxcdewzxcvbn zxcvbnrtyuihnqwertyrfvgyhnqwertywsxcdeasdfgh qwertyrfvbnzxcvbnedcvrfzxcvbngrdxcvbqwertymnbvccdertgzxcvbn qwertywsxzxcvbnzaqwdvfrasdfghwertyfvqwertywsxcvfreasdfgh asdfghtgbnhyasdfghrfvbnqwertyedcvrfzxcvbntrfvbqwertyrtyuihnzxcvbnmnbvcdrtghuzxcvbnrfvbnhytqwertyxsweftgbzxcvbnwsxqwertyredcvzxcvbn asdfghrtyuihnqwertyefvtqwertynbvcxswerfasdfghwsxcdeqwertyiuyhnbvzxcvbnwsxcdezxcvbnwertyfvqwertyrtyuihnasdfghwsxzxcvbnxsweftgbqwertycvgredqwerty,zxcvbn qwertymnbvcdrtghuzxcvbnedcvrfqwertyxsweftyhnasdfghxcvbgrdzxcvbnedcqwertyxsweftgbasdfghedcqwertyxsweftbgasdfghcvrgedqwerty qwertyedcvrfzxcvbniuyhnbvqwertyiuyhnbvasdfghedcvrfqwertyxsweftbgasdfghrtyuihnzxcvbnrfvzxcvbnzsefvcxqwertywsxcvasdfghrfvbnzxcvbnefvtzxcvbn zxcvbnedcvbgtqwertyxsweftbgqwertytrfvbqwertyedcftgbasdfghxcvbgrdqwertyxsweftbgzxcvbncvrgedzxcvbnwsxcdeqwertyyhnmkuasdfgh.asdfgh qwertywsxasdfghwertyfvasdfgh qwertyefvgywdcftasdfghxcvbgrdasdfghiuyhnbvzxcvbn qwertymnbvccdertgzxcvbnwsxcvfreasdfghnbvcxswefrqwertyedcvbgtasdfghrfvbnqwertyzsefvcxzxcvbnmnbvcdrtghuzxcvbnwsxqwertyytrfvcxzxcvbnwsxcdeqwertywsxcfezxcvbn qwertyrfvzxcvbnzaqwdvfrqwerty asdfghrtyuihnzxcvbnrfvgyhnasdfghwsxcdeasdfgh zxcvbn1qwerty9qwerty6zxcvbn0asdfghytrfvcxqwerty asdfghefvgywdcftqwertyrfvasdfghrtyuihnqwertywsxdrfvzxcvbn asdfghwertyfvzxcvbnedcftgbqwertyedcvrfasdfgh asdfghmnbvcdrtghuzxcvbnwsxcdeasdfghrfvbnasdfghedcvrfzxcvbngrdxcvbqwertyytrfvcxqwertyedcvrfasdfgh asdfghwsxcvfrezxcvbnewsxdqwerty qwertyrfvbnzxcvbntgbnhyasdfghwertyfvasdfghmnbvcdrtghuqwertygrdxcvbasdfghytrfvcxqwertyedcvrfqwertyrtyuihnqwerty zxcvbniuyhnbvzxcvbnrfvgyhnqwertytgbnhyasdfghtgbnhyasdfghrtyuihnzxcvbnytrfvcxqwerty zxcvbnredcvqwertyrfvbnhytasdfghxsweftbgzxcvbnrtyuihnasdfghxcvbgrdqwertyedczxcvbnxsweftgbqwertyedcasdfghxsweftbgasdfghcvrgedqwerty asdfghrfvbnasdfghqazxcdewqwertymnbvcdrtghuqwertywsxcdeasdfghxsweftyhnzxcvbn qwertyedczxcvbnnbvcxswerfasdfghiuyhnbvzxcvbnedcvbgtasdfghxsweftynhzxcvbn zxcvbnnbvcxswerfasdfghxcvbgrdzxcvbniuyhnbvqwertyytrfvcxqwertygrdxcvbqwertycvrgedqwertyedcvrfzxcvbniuyhnbvqwerty,asdfgh zxcvbnxcvbgrdqwertyzaqwdvfrzxcvbnwsxcfeqwerty asdfghxsweftyhnzxcvbnrfvbnhytasdfghmnbvcdrtghuasdfghtgbnhyasdfgh qwertymnbvcdrtghuqwertywsxcdezxcvbntrfvbqwertyedcvrfzxcvbnxsweftbgqwertywertyfvqwertyedcvbzxcvbnefvtqwerty qwertyefvgywdcftasdfghrfvqwertyrtyuihnasdfghedcftgbasdfgh zxcvbnyhnmkuasdfghtgbnhyqwertyytrfvcxasdfghqazsceasdfghrtyuihnasdfghrfvbnhytzxcvbnnbvcxswerfzxcvbn qwertynbvcxswefrqwertyedcvbgtasdfghrfvbhgzxcvbnedcvbqwertyrfvzxcvbniuyhnbvqwertywsxdrfvasdfghwsxzxcvbnxsweftbgasdfghcvgredasdfgh zxcvbniuyhnbvasdfghwsxcvfrezxcvbntrfvgasdfghrtyuihnzxcvbnefvgywdcftasdfghgrdxcvbzxcvbnmnbvcdrtghuasdfghedcvrfqwerty zxcvbnrfvbnqwertywsxqwertywsxdvrqwertywsxcdeqwerty qwertyxcvbgrdqwertyrfvbnqwertyedcvgrqwertywsxcvfrzxcvbnytrfvcxqwerty qwertymnbvccdertgzxcvbnxcvbgrdzxcvbncvgredqwertywsxcdeasdfghxsweftynhqwertyzsefvcxqwertywsxdvrasdfghedcvrfqwertymnbvcdrtghuasdfgh qwertywsxasdfghzaqwdvfrqwertyewsxczxcvbnrfvbnzxcvbnedcvbgtqwertyedcvgrzxcvbnwsxzxcvbnxsweftbgasdfghredcvgasdfgh zxcvbnwdcftasdfghtgbnhyzxcvbnmnbvcdrtghuqwertyiuyhnbvzxcvbnedcqwertywsxcvfreasdfghzaqwdvfrqwertyiuyhnbvzxcvbn zxcvbnwsxcvfreqwertyewsxdzxcvbn qwertyrfvbnqwertyqazxcdewasdfghmnbvcdrtghuzxcvbnwsxcdezxcvbnxsweftynhasdfgh zxcvbnrfvasdfghnbvcxswerfzxcvbniuyhnbvasdfghedcvbgtqwertyxsweftyhnqwerty.qwerty qwertywsxcfeasdfghtrfvbasdfghrtyuihnzxcvbnredcfqwerty{zxcvbnrfvbhgzxcvbn6zxcvbn6asdfghedcvrfzxcvbnredcvasdfghzsefvcxasdfghxcvbgrdasdfghgrdxcvbzxcvbn9qwerty0zxcvbnzsefvcxzxcvbnedcvgrasdfgh0asdfgh5qwertyyhnmkuasdfghredcfasdfgh5zxcvbnwsxcfeqwertyzsefvcxasdfghwsxcfdqwerty3qwerty3qwertyedcvgrqwerty7zxcvbn1qwertygrdxcvbqwerty8asdfghtrfvgzxcvbn7zxcvbn0qwerty9qwerty3qwerty4zxcvbn4zxcvbn0qwerty8zxcvbnredcfzxcvbn3zxcvbnzsefvcxzxcvbn5zxcvbn8qwerty4asdfgh7qwertyzsefvcxasdfgh4asdfghewsxczxcvbn5zxcvbntrfvbzxcvbn3asdfgh8zxcvbnedcvgrqwertyqazxdsasdfgh7zxcvbn5qwerty8asdfgh9asdfgh1qwertyrfvbhgasdfgh0zxcvbntrfvgasdfgh0qwertywsxcdezxcvbn3qwerty2zxcvbn}qwertywsxcvqwertyrfvbnhytzxcvbnmnbvcdrtghuasdfghtgbnhyqwertyxsweftyhnqwerty qwertyrfvasdfghmnbvccdertgqwertyiuyhnbvzxcvbnwsxcvfrzxcvbnxsweftyhnzxcvbn zxcvbnedczxcvbniuyhnbvqwerty asdfghytrfvcxasdfghwsxqwertyzaqwdrtgbqwertynbvcxswefrzxcvbnwsxcvqwertyjmyizxcvbn zxcvbnwsxcfeqwertyedcvbgtqwertyxsweftyhnzxcvbnxsweftyhnasdfghefvtzxcvbn asdfghrtyuihnqwertyedcvrfasdfghwdvtdzzxcvbnwertyfvzxcvbn asdfghrfvbnhytqwertytrfvgzxcvbn qwertywertyfvqwertywsxdrfvzxcvbnwsxcdeasdfgh asdfghnbvcxswefrasdfghmnbvcdrtghuzxcvbnwsxasdfghxsweftgbzxcvbnrtyuihnzxcvbnrfvzxcvbnxsweftgbqwertycvgredqwerty zxcvbngrdxcvbzxcvbnxsweftbgasdfghedcvgrasdfgh zxcvbnrtyuihnasdfghjmyizxcvbnnbvcxswerfasdfghtgbnhyqwertyiuyhnbvqwertytgbnhyasdfghwertyfvzxcvbnrtyuihnzxcvbnwsxzxcvbnxsweftgbasdfghcvrgedqwerty asdfghedcqwertyxsweftgbasdfghwsxcfezxcvbnwsxcvfrzxcvbniuyhnbvqwertyrtyuihnasdfghmnbvcdrtghuzxcvbnefvtzxcvbn.zxcvbn qwertyrfvbnzxcvbnwsxcvfreasdfghmnbvcdrtghuzxcvbnedcvrfasdfghzaqwdrtgbasdfgh qwertyedcasdfghmnbvccdertgqwertyytrfvcxasdfghwsxcvfrasdfghzaqwdrtgbasdfgh asdfghrfvgyhnzxcvbnxcvbgrdasdfghiuyhnbvzxcvbn zxcvbnqazxdsqwertyedcvrfzxcvbnedcvrfzxcvbnxsweftgbzxcvbn zxcvbnrtyuihnzxcvbnwsxdrfvqwertyedcvrfasdfgh zxcvbnedcqwertyzaqwdvfrqwertyyhnmkuasdfghedcvbgtasdfghytrfvcxasdfghwertyfvzxcvbnmnbvcdrtghuzxcvbnjmyiasdfgh'asdfghytrfvcxasdfgh qwertyytrfvcxasdfghrtyuihnzxcvbnxcvbgrdasdfghzaqwdvfrzxcvbnedcvgrzxcvbnzsefvcxasdfghmnbvcdrtghuasdfghyhnmkuqwerty qwertywsxcfezxcvbnedcvbgtzxcvbnxsweftyhnasdfghxsweftyhnasdfghefvtqwerty asdfghrtyuihnzxcvbnedcvrfzxcvbnwdvtdzzxcvbnrtyuihnqwerty asdfghwsxcdeqwertywdcftzxcvbnwsxcdeqwertymnbvcdrtghuzxcvbn zxcvbniuyhnbvzxcvbnrfvzxcvbnzaqwdvfrasdfghtrfvbasdfghedcvrfzxcvbn zxcvbnwertyfvasdfghrfvgyhnzxcvbntgbnhyzxcvbn asdfgh1zxcvbn5asdfgh0zxcvbn0qwertyiuyhnbvasdfgh,asdfgh asdfghefvgywdcftasdfghedcftgbqwertyedcvrfasdfghxsweftbgqwerty asdfghzsefvcxzxcvbnxsweftbgqwerty zxcvbnedcvbgtasdfghxsweftbgqwertyedcfbyasdfghzaqwdvfrzxcvbnwsxcvfreasdfghefvgywdcftqwertyxsweftbgqwerty qwertynbvcxswerfasdfghmnbvcdrtghuqwertyedcasdfghxsweftgbzxcvbnrtyuihnqwertytgbnhyzxcvbnmnbvcdrtghuasdfgh zxcvbnwertyfvzxcvbnqazxcdewqwertyrfvbnhytasdfghwsxdvrasdfgh zxcvbnxcvbgrdzxcvbn zxcvbnredcvgzxcvbnzsefvcxzxcvbnrfvbnzxcvbnrfvbnqwertyedcvrfzxcvbnjmyiasdfgh zxcvbnrfvbnhytqwertyewsxdzxcvbn zxcvbnwertyfvasdfghjmyiqwertynbvcxswerfzxcvbntgbnhyqwerty asdfghxcvbgrdasdfghxsweftbgasdfghedcvgrqwerty asdfghiuyhnbvqwertytrfvbqwertymnbvcdrtghuzxcvbngrdxcvbqwertyxsweftyhnasdfghrfvbhgzxcvbnedcvbzxcvbnwsxcdeqwertyedcvgrasdfgh zxcvbnrfvzxcvbnrtyuihnqwerty zxcvbnwertyfvqwertyqazxcdewzxcvbn asdfghxsweftynhqwertygrdxcvbqwertyqazsceqwertytgbnhyasdfgh asdfghgrdxcvbzxcvbn zxcvbnrtyuihnasdfghefvtzxcvbnnbvcxswerfzxcvbntgbnhyzxcvbn asdfghiuyhnbvqwertynbvcxswefrzxcvbnedcvrfzxcvbnredcvzxcvbnrfvqwertyxsweftynhasdfghtgbnhyqwertyzaqwdvfrasdfgh asdfghrfvbhgzxcvbnwsxcvfreqwertyrfvbnhytqwertywsxdvrasdfgh.asdfgh zxcvbnedcasdfghwertyfvasdfgh qwertyedcftgbzxcvbnxcvbgrdasdfghiuyhnbvqwerty qwertyiuyhnbvasdfghwsxcvfrzxcvbnmnbvcdrtghuasdfghefvgyzxcvbnwsxasdfghwdcftqwertywsxcdezxcvbnwsxcfeasdfgh zxcvbnzaqwdvfrzxcvbnqazxcdewqwertywertyfvqwerty qwertyqazxcdewzxcvbnxsweftbgqwertywsxcvqwertyefvtqwerty asdfghtrfvgzxcvbnwsxasdfghwdcftqwertywsxcdezxcvbn asdfghtrfvbasdfghedcvrfasdfghxsweftgbasdfghrtyuihnqwertyedcvbgtasdfghmnbvcdrtghuasdfghwsxqwertytgbnhyqwertyiuyhnbvzxcvbn,qwerty zxcvbnwsxcfdzxcvbnedcvbgtqwertyrtyuihnqwerty zxcvbnxcvbgrdzxcvbnrfvbnasdfghytrfvcxasdfghwsxcvfreqwerty zxcvbnrtyuihnasdfghwsxdrfvqwertywsxcdeqwerty asdfghwsxcvzxcvbntgbnhyzxcvbnxcvbgrdzxcvbnnbvcxswefrzxcvbn asdfghwsxqwertyxsweftgbqwertywertyfvasdfghwsxcvfreqwerty asdfghedcvrfqwertywsxcvzxcvbntgbnhyasdfghredcvqwertywertyfvzxcvbnmnbvcdrtghuasdfghwsxcvfreasdfghxsweftbgzxcvbnedcasdfghewsxcqwerty zxcvbnrtyuihnqwertyjmyiqwertynbvcxswerfqwertytgbnhyqwertyytrfvcxzxcvbntgbnhyzxcvbnrtyuihnzxcvbnwertyfvzxcvbnedczxcvbnxsweftgbasdfghredcvgzxcvbn,qwerty asdfghmnbvcdrtghuqwertytgbnhyzxcvbnxsweftyhnzxcvbnzsefvcxasdfghrfvzxcvbnxsweftbgasdfghedcqwertyxsweftbgasdfghredcvgzxcvbn asdfghwsxcdeqwertyiuyhnbvqwertyytrfvcxqwertywsxcdezxcvbnxsweftgbzxcvbnrtyuihnasdfghedcqwertyxcvbgrdasdfghedcvbqwertyrfvbnqwertyefvtqwerty zxcvbnedcvbgtasdfghxsweftbgzxcvbntrfvbasdfghrfvgyhnqwertygrdxcvbasdfghxsweftgbasdfghcvgredasdfghwsxcdezxcvbnwsxcfezxcvbn.qwerty qwertyrfvasdfghrtyuihnzxcvbn qwertyefvgywdcftzxcvbngrdxcvbzxcvbniuyhnbvasdfgh qwertynbvcxswerfqwertywsxcvfrezxcvbnmnbvccdertgasdfghedcvbgtzxcvbnrfvbnasdfghxcvbgrdzxcvbnmnbvcdrtghuasdfghwsxzxcvbniuyhnbvzxcvbnedcvrfzxcvbnedcvgrzxcvbn zxcvbnwsxqwertyzaqwdvfrqwerty qwertyrtyuihnqwertyrfvgyhnqwertywsxcdezxcvbn zxcvbn1qwerty9asdfgh6zxcvbn0zxcvbniuyhnbvqwerty asdfghefvgywdcftasdfghwsxzxcvbnrtyuihnzxcvbnwsxdrfvasdfgh asdfghwertyfvasdfghrfvgyhnzxcvbnwsxcdezxcvbn qwertymnbvcdrtghuzxcvbnedcvrfzxcvbnwsxcvzxcvbntgbnhyasdfghgrdxcvbasdfghiuyhnbvzxcvbnedcvrfqwerty qwertyqazxcdewzxcvbnewsxdasdfgh asdfghedcvbzxcvbnedcvrfzxcvbnwertyfvzxcvbnmnbvcdrtghuzxcvbnzsefvcxqwertyiuyhnbvasdfghtgbnhyzxcvbnrtyuihnasdfgh qwertyiuyhnbvzxcvbnrfvgyhnqwertytgbnhyqwertytgbnhyzxcvbnrtyuihnasdfghiuyhnbvzxcvbn asdfghtrfvbqwertyrfvbnhytqwertyzaqwdvfrqwertyrtyuihnzxcvbngrdxcvbzxcvbnwsxqwertyxsweftgbzxcvbnwsxqwertyxsweftgbzxcvbncvgredqwerty zxcvbnedcvbzxcvbnrfvbnhytzxcvbnmnbvcdrtghuasdfghtgbnhyasdfghxsweftyhnqwerty qwertywsxzxcvbnnbvcxswefrasdfghytrfvcxasdfghedcvbgtqwertyxsweftyhnasdfgh qwertynbvcxswerfqwertyzsefvcxasdfghiuyhnbvasdfghiuyhnbvasdfghxcvbgrdasdfghredcvgasdfghtgbnhyzxcvbnytrfvcxasdfgh,asdfgh zxcvbnzsefvcxqwertyxsweftgbqwertyedcvgrzxcvbn qwertyzaqwdrtgbqwertywsxcvfrezxcvbnmnbvcdrtghuzxcvbnwsxcdezxcvbn zxcvbnmnbvcdrtghuasdfghedcvrfasdfghredcvqwertytgbnhyqwertyxsweftbgasdfghrtyuihnqwertyedcvbqwertyefvtzxcvbn qwertyefvgywdcftzxcvbnedczxcvbnwertyfvqwertywsxdrfvasdfgh zxcvbnwsxcfeasdfghedcvrfqwertyiuyhnbvasdfghedcfbyasdfghwertyfvqwertywsxcvfreasdfghnbvcxswerfqwerty asdfghnbvcxswefrqwertyedcvbgtzxcvbnwsxcfdqwertywsxcvqwertyedcqwertyytrfvcxasdfghwsxdrfvasdfghedczxcvbnxsweftgbzxcvbncvrgedzxcvbn asdfghiuyhnbvasdfghrfvbnhytasdfghtrfvgqwertyrtyuihnasdfghefvgywdcftasdfghzsefvcxasdfghmnbvcdrtghuasdfghtgbnhyzxcvbn asdfghrfvbnzxcvbnwsxqwertywsxdvrqwertywsxcdeasdfgh zxcvbnxcvbgrdasdfghwsxcvzxcvbnyhnmkuqwertyedcvbgtzxcvbniuyhnbvasdfgh zxcvbnnbvcxswerfasdfghzsefvcxqwertycvgredasdfghedcvrfasdfghxsweftynhqwertyxcvbgrdasdfghwsxdvrasdfghedcvrfasdfghmnbvcdrtghuqwerty asdfghrfvasdfghxsweftgbqwertyewsxczxcvbnwsxcvasdfghwsxcvfrqwertyyhnmkuzxcvbnwsxzxcvbnxsweftbgqwertycvgredqwerty asdfghefvgyzxcvbnedcvrfzxcvbnmnbvcdrtghuqwertyiuyhnbvqwertywsxzxcvbnwsxcvfrezxcvbnxsweftbgzxcvbniuyhnbvqwerty asdfghwsxcvfreqwertyredcfqwerty asdfghedcvbqwertyqazxcdewasdfghmnbvcdrtghuasdfghwsxcdeqwertyxsweftynhqwerty qwertyedcqwertymnbvccdertgzxcvbniuyhnbvasdfghwsxcvfrqwertyzaqwdrtgbqwerty.asdfgh")
```

https://nitesculucian.github.io/2018/09/30/dctf-2018-message/

Original writeup (https://nitesculucian.github.io/2018/09/30/dctf-2018-message/).