Results 17 comments of Fi5t

@GHXST01 your code doesn't work for me =( Instagram version 10.25.1

build.gradle of android "app" module ``` groovy apply plugin: 'com.android.application' buildscript { repositories { ... } dependencies { ... } } repositories { mavenCentral() maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } }...

@mikite please, use [Room](https://developer.android.com/topic/libraries/architecture/room) =)

What about android real-life examples?

``` PrettyFormatStrategy.newBuilder() .logStrategy(logStrategy) .methodCount(0) .showThreadInfo(false) .methodOffset(2) .tag("${context.getString(R.string.app_name)}_${BuildConfig.VERSION_NAME}") // Magic ;) .build() ```

Ok. Thank you 👍

@kitfist0 A hashing algorithm takes some time on its own. Thus, an artificial delay isn't necessary as I think. Nevertheless, you can show PoC of successful brute force process and...

When the second instance can decrypt data of the first instance despite the fact that both of these instances have different additional data is a bug for me.

I faced the same issue. When I try to call a `convert-token` method, I get this error: **Request** ``` grant_type=convert_token client_id= client_secret= backend=google-oauth2 token= ``` **Response** ``` { "error": "access_denied",...

@eriknyk thanks for your interest in this library. I'll review this issue a bit later.