Yet Another PGP Tool!
Github Release
·
Report Bug
·
Request Feature
Secure storage
On Android, AES encryption is used. AES secret key is encrypted with RSA and RSA key is stored in KeyStore
On iOS, Keychain is used.
For PGP, a high level OpenPGP library is used - gopenpgp which is compiled with gomobile for mobile support.
If you want to compile and build locally, check the prerequisites
and building
sections.
Alternative, you can view the release section of the project and download APK.
For iOS users, Apple does not allow installing an app outside their eco-system(store), so you will need to compile and build (not yet supported)
To compile / build, you will need
- Flutter
- Android SDK with NDK (for Android builds)
- Xcode (for iOS builds)
note, iOS builds are not yet supported
- Inside project run, get dependencies by running
flutter pub get
- Building for Android
Build and release an Android app
- Building for iOS (not supported yet)
Recommended
- Use release section to download and install
Other
- If you have phone connected and want to install
flutter run --release
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Support this project by donating Monero(XMR)
48KX4E4MRryd5QsVuctroyF1CVHgtGB695BjDxmFTnf1M3r9zpbe86HTyeAJ5TegQAZPahFjitTrVQxUi1WVLjPFLWzvMec
Distributed under the MIT License. See LICENSE
for more information.
Marin Basic - @marin02basic - [email protected]
Project Link: https://github.com/MarinX/yap