commonEncryptKey property

String commonEncryptKey
final

commonEncryptKey Herhangi bir rasgele datayi sifrelemek icin kullanabilirsin. Mesela sinav pdfi. Yada SecurePreferences, Ornek kullanim file.byteData.decrypt(Get.appController.commonEncryptKey) Genel sifreleme icin mapEncKey ve iVEncKey yardimci olmakta. Hepsi 32 karakter olmali

Implementation

final String commonEncryptKey;