|
|
|
|
|
by sweca
695 days ago
|
|
Server side encryption is handled using the Go standard library. A more detailed breakdown of the process can be found in the Help Center. TLDR: It's reputable, and best practices are followed through cryptographically secure generation, random IV, high entropy keys, memory hard hashing, etc. Paste end to end encryption uses the native window crypto subtle API, widely used and reputable. |
|