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
Could use HMAC in combination with encryption as done now, but probably easier to switch from CTR (aka SIC) block mode operation to an authenticated encryption one like GCM. Looks like Bouncy Castle has support for GCM.
The text was updated successfully, but these errors were encountered:
Could use HMAC in combination with encryption as done now, but probably easier to switch from CTR (aka SIC) block mode operation to an authenticated encryption one like GCM. Looks like Bouncy Castle has support for GCM.
The text was updated successfully, but these errors were encountered: