79263470

Date: 2024-12-08 22:43:47
Score: 2.5
Natty:
Report link

@Topaco Thank you for your detailed description and usage. However, I'm getting the red squiggly at (byte[] nonce = nonceCiphertextTag[..nonceSize];) and (byte[] ciphertextTag = nonceCiphertextTag[nonceSize..];). I see you said, separate nonce and ciphertextTag but I'm not getting this. What should this be?

Also, encrypt System.ArgumentException at:

            gcmBlockCipher.Init(true, new AeadParameters(new KeyParameter(key), 128, nonce, aad));
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Topaco
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: DemarcPoint