-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The current length of a message is limited by both the header size and also the RSA encryption key size as encrypted message bytes are padded out to the size of the key and no more. From brief research, RSA encryption is commonly used to encrypt the key of an asymmetric encryption method (One key for encryption and decryption, AES for example) which will likely be the chosen solution. The only other idea I can think of at the moment would be to fragment strings and encrypt parts of a string at a time but as far as I can tell, this can be avoided by using an asymmetric encryption method.
(Ideally, the solution should be as or more secure than what using RSA encryption alone for all messages theoretically would be)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working