Python Encoding Hashing
Mon 30 June 2025
text = 'icjoksiay'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
Cell In[1], line 3
1 text = 'icjoksiay'
2 encoding = text.encode('utf-8')
----> 3 b64 = base64.b64encode(encoding)
4 print(b64)
5 decoded = base64.b64decode(b64).decode('utf-8')
NameError: name 'base64' is not defined
text = 'sfutpuqmru'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'hvhveeosgo'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'quuyblg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'sfvkqiwyo'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'dyzglt'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'efmmhq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'rdyonzfcw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'jcpepidho'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kvnukyyr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bkthemjt'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'wnevwmttf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fbgwuqvim'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'eejkp'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'pankodmxr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'tqgbmiab'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ybfhlxd'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'wxszxiktcf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'vlwrah'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ovpchr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cwgnjgpu'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'uihzrdx'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'vnefdkyy'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'oeoamsxtgt'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ktsyg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ojkyzem'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'sjpta'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'btpemlf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ukfoagb'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'olhbn'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'uhrwqvibbf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cmahfvj'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'crymghdoip'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kuuukob'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'knuzzernr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'igzrgluppr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'whewfkswg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'wkgjobhpxo'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'pzxymue'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cxsrur'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kpwdied'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fzrfnqu'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'tdgdr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xmivdlbhe'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'hhyjaufsbd'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'topoke'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'pedwlrgg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ztgniwjf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'dtfzhv'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'hyxfrtzx'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kywqyz'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cgtva'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'rujksr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fwytlk'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'hsbugkn'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'umggskwuir'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'lrajyiv'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'quecd'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'auqlkhhia'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'uuvzpf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zlppizkcql'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'pxathnje'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zzklpvhats'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'blwlnjoonj'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xzhlvmfq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'yuleinxm'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ogyrfvl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ghuym'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bcfji'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'djsxyun'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'txdxgx'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cxxjnvc'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'vodnd'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kcdykixl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kzjxecrc'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mmbrltt'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'frpegqb'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'prdbazgea'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'hckwsaxr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'rhivrvafl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'yeinjkqbcc'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cuozacl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'walorn'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'oeavvjf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'gqhrqhfrr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xclkfefl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'deeqq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'parogi'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ejjtu'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'vdskei'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'eukkdid'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fclxeeyhe'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ucoykxvmqk'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'lehyxkmxrj'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qsjgba'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mrtgq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'gjzet'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'vhwkqbe'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'idwifhzxxl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ybyxxxr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'jyevzv'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'lkcdrz'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mlqfui'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'dugegukxos'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'hlagygo'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ckjgfx'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'hchpifbzb'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'aebabqzgq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'sagjjdyyn'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fluppt'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'tidtosgb'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'khesmvsfet'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bcidfr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qthmyer'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'gocljnhw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'oeaxfo'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'uzntk'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'oydrdljzax'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'crzffrn'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'rozjuy'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'lihvuoqfh'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zokku'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qxacwdv'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fjtvft'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'oggelvjxy'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qqghbf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'gibmz'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mwhwfuyrfs'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'jrrfuim'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'gmawbs'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'gcpifctsbn'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'potsnaajet'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mgtzmh'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xxfvuiu'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xhyzsxla'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ktarjnthfg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'epqbuq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zlwira'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mtltq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qqfzmw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zujkbiwf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'itfwupq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cmjnzoy'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'humqpqg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fcfsumk'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'halgqjntb'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'htigzhe'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ysgseyzsno'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'rclqpimy'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'sfhfv'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'sgrnbmiscr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'nxjakilnin'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'pssydx'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'wkpilmyiqg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mxawyixt'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qhjoeqnmbs'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bcviffb'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'nlxzoq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cdevyy'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ihaqgtbcz'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ngdid'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'liisdqtiqc'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'izzfw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ijalv'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qbeil'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'eyysowaehe'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'pojxroj'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zabitymzgb'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'idccmznlg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mrrht'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ysevibixom'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'rrkrpgvde'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'hzuemk'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zfapawl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qvkzaj'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'vsgyrjnw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kazow'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mofiyls'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'vjtmt'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'vniredbbpd'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bicgg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xlnbldvey'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'dupnq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fknyx'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bibtotv'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'houiopc'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mlfqwej'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fjczcbrr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zaoiunjrwx'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'jhrfezos'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'adcpgcu'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ylgjg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'pcbuibevc'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'dpocfu'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'tusom'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'lgiobisa'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zacpqlm'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'etckedlkro'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'uiyza'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'jcdwdwon'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'dgxftpn'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'hwpvb'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'erprmgp'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'lwiwg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'znroup'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'gftrrzdzhk'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'napgfvar'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bgshnqfek'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'sfhvbclldp'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'lrmganc'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'eprrt'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'miljza'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'unnqsezw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'pgtccnt'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xdsjdrqiy'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xqewajgu'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zwvxlfdfo'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ecpft'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fjyooxcz'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ykhcwx'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'wuxbuxymx'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bmeysep'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'affjkgu'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'gvchk'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'vxzkcgyrvq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kpjanho'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fbiemhegm'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'teozaxwr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ynserl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'scbmwxs'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'rqnqruxenv'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'jbsifw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'amfbfdeqnz'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bdaim'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ektvl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'wmuquyipb'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'naaapdr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'gzfil'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xkthdomeuw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fflacdac'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'lkyvl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ollewsba'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fqntrja'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'facnpd'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'jyyvawq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bsostinz'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xqzgbn'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'isgvdub'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'lfnjr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'alhzk'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'yxibbxdo'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zlpydezrn'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xtrhe'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mwtbpwuvr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'dysmby'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'yhetiqv'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xbgdde'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'nkgxru'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mvncagvd'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ucdzuwox'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qkkvacwftb'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zswbuphtf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'pmbyxz'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qbvyqphh'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'dlxzexl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bdouzpplz'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'aryfgd'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'plauoiavbe'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'wkgorpzpnh'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ynuwub'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kxyjm'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qlscox'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'nccis'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'hupmlsznzy'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'wfowlifjv'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'nwticgcy'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cqdkcllu'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'nhvardttas'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xyeokeho'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'laojiiw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'osczl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ppxwawga'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bneqasdl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bmvqhs'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'clrpxng'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'llcir'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kzlzvryzc'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ihqwch'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'hudeb'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'dmeowlra'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zfdwjrc'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kvhhpyyqk'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cjujsoi'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'lifaxnksyl'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'baczdq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qukcv'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zopqtanq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'pvwxao'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fokwrrvs'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'snhbxammse'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'tmpnampgbd'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ebkgvlbbn'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'tkxzvb'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'yvjsssucw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cybhznq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bpskx'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cuyfjzlwd'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ykfocjf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zaptxd'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'miazcrnfx'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'uogvdw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'pykfje'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'uarwmtayze'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bsmolbuoh'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'hehakf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ayyryz'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'pcfveg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'frkkq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'rcbyqkoro'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fvdys'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xzdszrndf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xperathf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kmakverj'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'uxtabxixjn'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'wbqjokf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'irtfhjwt'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'lemeykmcm'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'faxgtjfsno'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'jxwowdp'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'gvfuj'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'jpizf'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ywpytjs'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fzdzyq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kuokg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ryzggfrv'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'jionkzrlc'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'gqlpxgeu'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'nypmq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'sfnip'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'egbhdzm'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'boxkcqsygp'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cqnxzguup'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cozrywadd'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ijyckzk'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xqmndrxneq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'sxfxnn'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'jrqlg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qvhfhip'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'huxhmnerh'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bdujivmwcq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'vixlejis'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zoawkm'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bpinmnmwu'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'phhpha'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'scpvlonjk'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mnelmkgxph'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bojrvbdqs'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'rzjkhmyo'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'lrviyae'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fyendjhy'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'iwfvfifa'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'cxlhciulzv'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'baprtfypxc'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'biuvkoh'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'jyotgfw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'exqlwyzip'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'vpjlowmwo'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fdhonbhy'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xdfysyqbs'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'howcq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xtfscvy'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'wnoqh'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'aukzknq'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ulwobdrp'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ztzmxze'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'jinxk'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'secxgik'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ylkycqs'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bwhcwk'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'qvjuhzw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xvwlaju'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fhypelw'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'kvpgzror'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ucpgwma'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'vlnugxdr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'dvrksjyc'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'rlkpqmqrxs'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mwbxhmlbth'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'zclpdxn'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'mawmeuefyr'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'rfuwnoqrj'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'oiiek'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'wgesrgg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'lgnjjzsro'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fbebvjjayg'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'fmycnb'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'bmmlme'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'xpaetik'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'pofatxirs'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'ubororhz'
encoding = text.encode('utf-8')
b64 = base64.b64encode(encoding)
print(b64)
decoded = base64.b64decode(b64).decode('utf-8')
print(decoded)
text = 'vvdcvm'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'qoicikh'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'bdbdrl'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'ozkapym'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'ubdhmfray'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'xznehq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'imnsvsb'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'swxhubvdkh'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'tpfzo'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'qxcgsd'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'iiirin'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'igpbztshw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'tcbepoivva'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'uwkew'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'umjfl'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'pdhgb'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'asfay'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'ttzqdsgs'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'faqriqyxl'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'ysxqffotcw'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'cxhni'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'mmzqqa'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'apozhtraic'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'hrndlrzlb'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'zxrhclcyna'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'guhqvabqej'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'fzlbpti'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'xhtwhp'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'homowdqklq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'xypuoxjp'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'oohjlhq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'npucyrilzr'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'squhzsvlt'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'ylqrgne'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'ianyliypde'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'dddqkaqju'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'ugbeihzi'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'jkhjicxklw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'wnoerw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'eyixp'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'iwwhesfswm'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'dwgmity'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'estlsckgiv'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'ykeezeoee'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'bwsnkosdh'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'ttotymv'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'upburit'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'gtqbg'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'wttuo'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'xzyubgrxjd'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'xgwagvl'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'hmylsiwjkk'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'preawgiusz'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'vozifp'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'tctxtzd'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'kkvbrqzi'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'frazxqmufi'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'aaheeladze'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'mlfdiw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'feyhsxpaz'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'plrklzrxxe'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'xwcwp'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'chbcfxg'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'zfrlvbclt'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'gcfsmvaawk'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'teaer'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'wkruxmnq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'ohdplukh'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'dunkivf'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'lmjflhut'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'stxvnouz'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'eenijryeav'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'xfwxu'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'huhfzjap'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'rtfyec'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'gqcgobfag'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'noqawcrfh'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'tazvzgj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'bvtryefj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'lcpluwky'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'rzhtss'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'xbfcgivbnp'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'ltrdwrtdnh'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'gjvrndsvb'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'teirabs'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'hiewh'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'esqgovjz'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'uczkpzpwf'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'dztzrhhhgb'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'oiubbyhtnm'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'eevsr'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'qpwwtzq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'ksvwx'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'obqnqvy'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'eujcysoxeo'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'drokfyfzu'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'ozuql'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'cgvkax'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'itamlrtlml'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'juzobisbpw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'zdeilaeipk'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'xkcanuai'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'fvfdob'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'lywzlvg'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'rkalxhyl'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'cypsw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'dcfzpgrf'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'ulexqt'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'eecqa'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'qtuzldj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'xyqpts'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'laqjnkio'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'aguxgmnep'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'iesogdcm'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'xggeerhanz'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'iprbafs'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'woluxppgbo'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'zqqice'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'wwxcaabxgw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'swbgjebxp'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'nuogte'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'sqalvyrr'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'sueavirv'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'mzxxwwqsu'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'qzcsw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'mceiinuc'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'xjzxccgzq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'necwy'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'shzfebozai'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'qrkakd'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'oxaspfz'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'gvdzjna'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'wdqkqpl'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'cmmkrtj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'wuyxndt'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'wpyvfubca'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'mrlfzpbp'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'oboekvgsqt'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'sfuwv'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'ylznkuxwpt'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'wtjixwxp'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'hkuzzhvz'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'rjiidkjys'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'zcpkcshczq'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'whnhcavmxe'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'fcmxlehb'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'dvzpbyrnb'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'nyhjhkbvak'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'swgswox'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'txkvk'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'siwhpfw'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'psqfxtw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'sexbyiqq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'pyzhgxt'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'hbdktsutdn'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'qhrdx'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'ddnowiw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'gadpn'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'uwibbqmm'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'xzenejli'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'dftjwtzjkm'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'iacnb'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'jeejhsi'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'gvpgdrmj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'nwufspgc'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'gmfochscbh'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'zetvsyi'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'jozrg'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'hnjjrxd'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'ghwcjjotbe'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'srsprwd'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'teopemsavd'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'rabjptttvu'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'dicnrbcm'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'kpiqkqfjns'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'gctmt'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'ttxsbwb'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'tryydmqo'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'crkqrd'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'fbhoxl'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'hjlcm'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'uyaqqjmg'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'vmaagazl'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'qovtnzq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'pqbis'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'pqfsqczu'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'ijnvols'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'wyjubmtsf'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'aqnaqq'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'nsdutsr'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'qapxm'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'jqzgmqgg'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'mexmbq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'hxfxm'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'eulmhgxl'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'lfzznbymuy'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'siqkbebj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'jrfsjww'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'fwbhnw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'tgnihpzt'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'tlqhru'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'onnsux'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'vtzkpyxvk'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'rolwjapqxy'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'dnqubxkpgs'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'yzlcwvng'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'tpojxtwscq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'azrcbem'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'thinf'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'rbnap'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'hghdtpkmr'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'wwyrtl'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'mbgri'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'mbqddbfif'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'uareftvbel'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'cufatri'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'adlgtk'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'ujbivcxp'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'sdpops'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'alnqnmncww'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'wrwiv'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'ilkwumzxg'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'dhlzni'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'oczqhtabtw'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'wlemcux'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'nkyzb'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'wnrmgyus'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'matgdql'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'pgiibdx'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'xvixzsugjo'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'drrqsl'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'zbxepn'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'rzzuhuo'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'pirorbhg'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'zwvnjnsb'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'wnpophcxz'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'fmfrurfot'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'jwpdcs'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'obkvqds'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'ffhufwl'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'mezpxml'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'wosqzmnec'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'hpgogqfpo'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'lsmsfkewtn'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'foqndst'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'olxjbcrqvj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'azrzayhbtd'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'cxxbilhaug'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'tuggbo'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'lxkhk'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'zftwene'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'ufxnzk'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'qegbq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'oszlt'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'pviemcpczo'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'hduvtae'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'hwjqw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'inbsys'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'vedvlg'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'kinnoli'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'nrcshlrnd'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'iyjzij'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'qlzvnbkiwu'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'ugcmkcm'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'rlrhzb'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'tjpzndb'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'cgamfbh'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'adghxc'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'jrubjexw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'gvbglbgw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'hpdno'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'jitvv'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'bukhgrnbvy'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'snyrzz'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'iwytxsikak'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'pwqrlcjse'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'bbiiqyoej'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'awcqxqhk'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'llnudbn'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'xbzhruiks'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'anhwjfqodz'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'jlzcllzsj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'lssyijh'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'ozssvui'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'tamje'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'fzryb'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'ikymriqvew'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'xjzpusrez'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'psotyb'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'sakinwxwjx'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'wtnvxdaw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'dslufu'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'tzrwoqsq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'hkvkydm'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'oxfkjgi'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'ponrpb'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'btkuaul'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'tbosbv'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'sfrxshlg'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'ijlckrwdpc'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'wmwij'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'hvtnce'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'pbankbcig'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'difxyf'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'rkkxzpoque'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'zifzs'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'gzeafp'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'epwzdy'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'voshvlec'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'clsleucwtb'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'hhboraeut'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'bobcwheuzm'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'xerykjw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'yqpiosefj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'ftlnz'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'yvtld'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'rxcadlzq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'cageqj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'ezzha'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'mbzob'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'niyomktn'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'flwjczs'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'rowwga'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'miymzq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'knhqdtciq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'lwbiz'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'jtpkwwit'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'wxrzbxpm'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'clmmbdcyx'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'ickdr'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'zcasemprzt'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'swfohnmq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'mfeihfzzt'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'sffgdreur'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'oqutbdahdi'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'puwhwttcuh'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'sfsyot'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'gwzpvqb'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'hpxnmj'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'anjvyle'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'dhdkqqaj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'nyvkptlc'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'ohebw'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'nfese'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'joutyejsxo'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'netffmpnju'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'tnfxepciu'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
Cell In[2], line 3
1 text = 'tnfxepciu'
2 encoded = text.encode('utf-8')
----> 3 hash_val = hashlib.md5(encoded).hexdigest()
4 print('md5 hash:', hash_val)
NameError: name 'hashlib' is not defined
text = 'ypkfvnir'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'acjtj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'qfava'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'pdvpclm'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'dubet'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'nvedb'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'tgjtztpucc'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'tofjno'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'alduebjgmf'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'fferyvlz'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'vibtztf'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'jaljblse'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'euono'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'onbfuzppuq'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'iijmabo'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'gwfgxcf'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'yzqvjaox'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'lwcly'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'kovdjona'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'xescatydj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'pcarpdiklh'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'fsdygf'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'mzyyinklz'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'fbkcxgac'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'bztbmfkfd'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'tistkzb'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'ymjrgbnqdk'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'kuwhhyub'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'ofpbcprd'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'cmhfbzpl'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'qyvuxodk'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'dggopz'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'gweaphezs'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'mpshbhu'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'zkiwinj'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'mqohwqwa'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'lfydpivz'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'odngewosn'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'ksbawybml'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'gnangsflv'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'mbbizelmfo'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'cyhappiajp'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'zryrncrv'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'qhsszv'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'ceqervr'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'yjwwfbnjg'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'tqlpkhf'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'zdydxdnuq'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'trqho'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
text = 'jmkoweuob'
encoded = text.encode('utf-8')
hash_val = hashlib.sha512(encoded).hexdigest()
print('sha512 hash:', hash_val)
text = 'ntfcdhfqy'
encoded = text.encode('utf-8')
hash_val = hashlib.sha1(encoded).hexdigest()
print('sha1 hash:', hash_val)
text = 'sohlyyk'
encoded = text.encode('utf-8')
hash_val = hashlib.sha256(encoded).hexdigest()
print('sha256 hash:', hash_val)
text = 'jbrodvqv'
encoded = text.encode('utf-8')
hash_val = hashlib.md5(encoded).hexdigest()
print('md5 hash:', hash_val)
Score: 800
Category: basics