You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code will generate a random 256-bit key, encrypt the input message using that key, and print the encrypted output. You can then store the encrypted output in memory and use the key to decrypt it later when needed.