glaidsen-ds
Results
1
issues of
glaidsen-ds
I made a test for crypto_secretbox_easy. I generate the nonce and key then save it to database before converting it to base64 using the codes: field1 := base64.EncodeBytesToString(nonce); field1 :=...