Crypto Security and Android Development: Building an Offline Secrets Manager with Kivy
I built a secure, offline secrets manager for Android using Kivy and Buildozer, avoiding Java/Kotlin while ensuring strong encryption. Inspired by Piggydb, I designed the app to let users encrypt and export their data securely, making it portable across devices. Along the way, I tackled challenges like third-party package compatibility, encryption implementation, and database selection to create a reliable and privacy-focused solution.