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

Log SHA256 hash of password instead of password #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

freimer
Copy link

@freimer freimer commented Feb 28, 2023

Log hash of password instead of raw cleartext password fixes #19

@freimer
Copy link
Author

freimer commented Mar 3, 2023

I removed the import "C" as this is supposed to be pure Go, and I can't see where it was used anyway.

@olljanat
Copy link

olljanat commented Nov 8, 2023

I removed the import "C" as this is supposed to be pure Go, and I can't see where it was used anyway.

Good point. With that change build works with CGO_ENABLED=0.

@olljanat olljanat mentioned this pull request Nov 9, 2023
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.

Log should never include password
2 participants