appknox/vulnerable-application

Derived Crypto Keys

Closed this issue · 0 comments

Traces of Crypto Keys which might be intermediate keys used when loading the different libraries.

AES was found to be implemented at Lcom/appknox/testapplication/LoginActivity;->decrypt. This kind of Algorithm shouldn't be used, try using HMAC or other Algorithms
AES was found to be implemented at Lcom/appknox/testapplication/LoginActivity;->encrypt. This kind of Algorithm shouldn't be used, try using HMAC or other Algorithms
AES was found to be implemented at Lcom/appknox/testapplication/LoginActivity$UserLoginTask;-><init>. This kind of Algorithm shouldn't be used, try using HMAC or other Algorithms