-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
Description
Currently, when handling encrypted terminal display/event notifications, we need to re-implement low-level decryption logic. To simplify integration and avoid maintaining custom cryptographic implementations, please provide an officially supported utility for decrypting these messages.
Current Workaround:
We maintain our own NexoCrypto implementation, which adds overhead and potential security risks compared to an officially provided solution.
Would appreciate any insights on feasibility!