-
Hi! How do you choose AudioPrivacyKey[32]? Which rule? |
Beta Was this translation helpful? Give feedback.
Answered by
sh123
Jan 29, 2025
Replies: 1 comment
-
Toss coin 256 times, heads are 0s, tails are 1s, write sequence to the paper, then group them by 8 bits, convert to hexadecimal bytes, you will get 32 bytes, fill them into this key, done 😀. But, that's purely experimental proof of concept feature without any warranty, so no further support for this feature, sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sh123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Toss coin 256 times, heads are 0s, tails are 1s, write sequence to the paper, then group them by 8 bits, convert to hexadecimal bytes, you will get 32 bytes, fill them into this key, done 😀. But, that's purely experimental proof of concept feature without any warranty, so no further support for this feature, sorry.