The library extracts key metadata from these instructions, including token name, symbol, URI, mint address, bonding curve, and developer information.
This program encrypts text using a random key, and a scrambled character set. It's decrypted using the same random key, and the same scrambled character set. The key generator (GenKey.py) works by ...