Skip to content

crypto-base64

Hello there

We all know that encoding is not the same as encrypting, nor hash value...

is_this_a_var.py
var=this_var

this_var='KTogc3Vub2IgYXJ0eGUgcm9mIFRFTi5TRU1BR1lUSVJVQ0VTQDQ2RVNBQiBlZG9jIHNpaHQgbm9pdG5lTSAhZ25pcmloIHNpIHluYXBtb2MgeW0gLHd0QiAhc2lodCBkZWRvY2VkIHVveSBmaSB1b3kgb3QgcHUgc2JtdWhUCg=='

print('var')

var=this_var

print(var)

At the end of this execution, what is it in this_var and var ?


Last update: July 28, 2022
Created: July 28, 2022