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

Implemented hashed password at Twitter feature #263

Closed
wants to merge 1 commit into from
Closed

Implemented hashed password at Twitter feature #263

wants to merge 1 commit into from

Conversation

KnugiHK
Copy link

@KnugiHK KnugiHK commented Aug 16, 2019

Refer to #141
I think password should never stored or transferred in plaintext no matter it's sensitive or not.
Therefore, I add a SHA256 algorithm to the plugin and all password entered by user will be hashed in client side.

All password entered by user will be hashed in client side.
@ElPumpo
Copy link

ElPumpo commented Nov 16, 2019

Also we should be salting the password so people cant be using rainbow tables

@KnugiHK
Copy link
Author

KnugiHK commented Jan 8, 2021

This repo is discontinued.

@KnugiHK KnugiHK closed this Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants