keys.dart 220 B

123456
  1. class Keys {
  2. Keys._();
  3. static const String aesIv = "P5AeebP0s+2uzYjlipIZDQ==";
  4. static const String aesKey = "7ySutTIWypkQTBOJ2u2i3E29202F2jIh9ij9Pwmho0M=";
  5. static const String zipPassword = "tL9#Vw@8zNp!2QxG";
  6. }