meganz / sdk

MEGA C++ SDK
BSD 2-Clause "Simplified" License
1.32k stars 504 forks source link

[Question] two questions about security #2632

Open lihe052g opened 1 year ago

lihe052g commented 1 year ago

Hello, I have two questions about security.

  1. Why mega uses AES-ECB? It is widely known that this model is not recommended.
  2. Does mega have key rotation for file key? And why?

Thanks in advance!