Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flawed Encryption/Security #2

Open
sreejithbnaick opened this issue Jun 11, 2019 · 1 comment
Open

Flawed Encryption/Security #2

sreejithbnaick opened this issue Jun 11, 2019 · 1 comment
Labels

Comments

@sreejithbnaick
Copy link

Currently library is using following method to get password for decryption, which is always constant.

private fun getPassword(): String {
val uuid = (getSign() + getUUID())
return getSHA256(uuid) ?: uuid
}

Passwords should be generated randomly for each sesssion and stored securely, like Android Keystore system: https://developer.android.com/training/articles/keystore

@abbasnaqdi abbasnaqdi added invalid This doesn't seem right and removed invalid This doesn't seem right labels Jun 17, 2019
@abbasnaqdi
Copy link
Owner

Hi, Thanks for submitting the issue.
I will investigate this as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants