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
Is your feature request related to a problem? Please describe.
When we create an AES shared key it will be 256 bits long (== 32 bytes), but the shared key that we find in an atSign is much longer, as it's encrypted with RSA2048, which pushes its size up to 2048 bits (== 256 bytes) before it is then base64 encoded, which takes the total size to around 350 characters
Describe the solution you'd like
Add to the documentation in this repo so that expectations around keys are made clear.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When we create an AES shared key it will be 256 bits long (== 32 bytes), but the shared key that we find in an atSign is much longer, as it's encrypted with RSA2048, which pushes its size up to 2048 bits (== 256 bytes) before it is then base64 encoded, which takes the total size to around 350 characters
Describe the solution you'd like
Add to the documentation in this repo so that expectations around keys are made clear.
The text was updated successfully, but these errors were encountered: