mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
feat: enhance message decryption for IRC clients and improve attachment handling
This commit is contained in:
@@ -8,7 +8,7 @@ namespace EchoHub.Server.Services;
|
||||
|
||||
public class MessageEncryptionService : IMessageEncryptionService
|
||||
{
|
||||
private const string EncryptionPrefix = "$ENC$v1$";
|
||||
private const string EncryptionPrefix = IMessageEncryptionService.CiphertextPrefix;
|
||||
private const int NonceSizeBytes = 12;
|
||||
private const int TagSizeBytes = 16;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user