ismben / secrets-for-android

Automatically exported from code.google.com/p/secrets-for-android
0 stars 0 forks source link

Self-destruct trigger password. #134

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Self-destruct trigger password features:

 1. Erases the secret store by overwriting it with random, zero and one in random manner.

 2. Have to be activated when lock screen is on.

 3. Erases the program files instead of uninstalling. 

 4. User must manually enable this option as some users may want to leave the programs intact.

 5. User have to define a password as the trigger. 

 6. The trigger should not be accessible as some plaintext data but instead the chosen self-destruct password should wrap a self-destruct flag that once decrypted would trigger the self-destruction process.

 7. Data should not be recoverable after self-destruction.

 8. Self-destruct ciphertext should be unrecognizable from normal encrypted data

Original issue reported on code.google.com by twzgerald@gmail.com on 16 Jul 2014 at 1:05