I “found” the database of a college app (2018)
1–10 of 107 posts
Re: I “found” the database of a college app (2018)
#2Re: I “found” the database of a college app (2018)
#3Re: I “found” the database of a college app (2018)
#4Is there any way to hide keys from the extractions? I tried it before and ended up to find that users can do that if they really want to.
Re: I “found” the database of a college app (2018)
#5Is there any way to hide keys from the extractions? I tried it before and ended up to find that users can do that if they really want to.
Re: I “found” the database of a college app (2018)
#6Re: I “found” the database of a college app (2018)
#7Is there any way to hide keys from the extractions? I tried it before and ended up to find that users can do that if they really want to.
But make sure you just switched firebase to production mode.
In my case, the firebase was in development mode and the data is available public!
Re: I “found” the database of a college app (2018)
#8Is there any way to hide keys from the extractions? I tried it before and ended up to find that users can do that if they really want to.
https://developer.android.com/training/articles/keystore.htm...
Re: I “found” the database of a college app (2018)
#9Is there any way to hide keys from the extractions? I tried it before and ended up to find that users can do that if they really want to.
I'm not a mobile dev, but aren't there utilities like KeyStore for this? https://developer.android.com/training/articles/keystore.htm...
However, you would need the plain key to authenticate against the database so using this wouldn't work.
Re: I “found” the database of a college app (2018)
#10Earlier quoted context omitted.
I'm not a mobile dev, but aren't there utilities like KeyStore for this? https://developer.android.com/training/articles/keystore.htm...
Well, the trick is that using a KeyStore ensures that the key doesn't leak into the application (but is only used for cryptographic operations in a trusted environment). However, you would need the plain key to authenticate against the database so using this wouldn't work.