PKCS#12 String Format #64
Answered
by
jerson
joevandeventer
asked this question in
Q&A
-
Hi! I'm working on implementing this in my Flutter app, and had a question - I'm trying to import a PKCS#12 file, which is a binary format, but the library specifically requests a string. Should I Base64 encode the binary data? |
Beta Was this translation helpful? Give feedback.
Answered by
jerson
Feb 2, 2024
Replies: 1 comment 2 replies
-
Hey @joevandeventer yeah it should be base64 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
joevandeventer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @joevandeventer yeah it should be base64