- Posts: 24
- Thank you received: 5
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Hello.Did you manage to solve?
I am also having the same necessity/issue!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Error in nonce or key format. You can see at line 139 they are not decoded.Some code
github.com/LimeSurvey/LimeSurvey/blob/41...re/LSSodium.php#L135
Maybe need base64_decode ?
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Thank you OpenStudio.For reference, if someone may need to encrypt the data instead:
Code:base64_encode(sodium_crypto_secretbox($data,sodium_hex2bin($encryptionnonce),sodium_hex2bin($encryptionsecretboxkey)))
Please Log in to join the conversation.