Trooper_Max

Results 6 comments of Trooper_Max

I've thought about doing a fork of this app with an integrated password manager - like a combination of this and KeePassDroid. It would look like this app with an...

Yeah, I've actually been using something similar for generating passwords on the fly without ever storing anything, but have been rethinking it lately - if a website asks you to...

Though really an app's data should be protected by the Android sandboxing/security model, except for /sdcard for data that can be shared with other apps. It only really becomes a...

@playaspec sorry, I only went as far as building/inserting the kernel modules (ashmem/binder) on the Jetson Nano, which was fairly easy/quick. Wasn't sure of the scope or whether the rest...

This seems to be the most active open source Facebook app: https://github.com/ZeeRooo/MaterialFBook

Seems like what you probably would want for this is to use a password-based key derivation function, such as PBKDF2 or newer algorithms - the basic idea is to take...