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
Hi Guys,
how can I get the actual value of the keys, required to register with https://gateway.threema.ch,
I just get some Ruby Key Objects using the Threema::E2E::Key.generate_pair command:
#<RbNaCl::Boxes::Curve25519XSalsa20Poly1305::PublicKey:66771670>
or with .to_bytes as array:
"fw\x16p&=b&\xFBTen\x182\xBA\x89\x99ED\x02/!\xFA\xFF\xA1\xAD\xC8\xFD\xBAA\x83\x14"
The text was updated successfully, but these errors were encountered:
Hi @silvermind - I updated the README with a proper example. I have to review the code because this should be improved 🤔 Feel free to ask any questions.
thorsteneckel
changed the title
Getting the generated Private Key
Generated key pair is in binary format and not useable
Jan 23, 2018
Hi Guys,
how can I get the actual value of the keys, required to register with https://gateway.threema.ch,
I just get some Ruby Key Objects using the Threema::E2E::Key.generate_pair command:
The text was updated successfully, but these errors were encountered: