Optimizations for Android Oreo
A simple password (and other secret stuff) manager
Features
• Needs no permission during install time
• All the data is encrypted using a master password with AES-256 algorithm
• Data is synced using Google Drive or choose any file on device to store data
• Supported creating multiple categories for organizing entries
• Integrated one-time password (OTP) generator
OTP related data is not encrypted, so that OTP can be viewed before the login screen.
This app uses the default AES-256 implementation available in android and does not implement any encryption algorithm on its own.