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
@sunshine-lh You can save the ciphertext directly using serialize from the object - example here. However, you will just see random bytes, so if you need the ciphertext for debugging, it's better to decrypt and decode it and check where you code breaks.
Hello, I want to output the ciphertext in your program. What should I do?
The text was updated successfully, but these errors were encountered: