Encrypt Message
this token standard conversion of a message to encrypted and decrypted message it generate a publickey which
python token_encrypt_v1.py <mode="encode"|"decode"> <filename>
this scripts are made in contunation of the previous script just added another encryption concept of public key and private key.
python token_encrypt_v2.py <mode="encode"|"decode"> <filename>
version 1 type of file consist of encrypted key
version 2 type of file consist of publickey which can only be decrypted with a privatekey