public void LockApp(string key) { AESUtils.CipherFile(secretFilePath, key); }
public void UnlockApp(string key) { AESUtils.DecipherFile(secretFilePath, key); }