Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the ciphertext #13

Open
sunshine-lh opened this issue Feb 16, 2023 · 1 comment
Open

About the ciphertext #13

sunshine-lh opened this issue Feb 16, 2023 · 1 comment

Comments

@sunshine-lh
Copy link

Hello, I want to output the ciphertext in your program. What should I do?

@andru47
Copy link
Owner

andru47 commented Feb 20, 2023

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants