PrettyPrivacy is a simple OpenPGP encryption application for Android. Built with React Native (Expo).
Pretty Good Privacy
This app uses AI generated code in places
- File and text encryption and decryption
- Import keys from file/Clipboard or generate one in the app
- Save password for keys with biometrics, Stored in android's secure store with encryption phrase.
- Private keys are stored in encrypted mmkv store.
- Sign and verify files and messages
cd android && ./gradlew app:assembleReleaseand install the generated apk file. Github releases coming soon.
- Import Your Keys: Go to the 'Keys' tab and import your PGP private key and the public keys of your contacts.
- Share public key:: If you generated key in app, you can long click on key to copy public key which someone else can import.
- Encrypt/Decrypt: For encryption choose whom to encrypt for and enter text or select files.
