keys.dart 220 B

123456
  1. class Keys {
  2. Keys._();
  3. static const String aesIv = "3EvggvTpyJ8E+5z1YA0yvQ==";
  4. static const String aesKey = "nZrI4r+R4gEplmoUVvdNhv0MJ4+34uuX6d9btBSJzHs=";
  5. static const String zipPassword = "tL9#Vw@8zNp!2QxG";
  6. }