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

Remove package level salt #561

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

m00sey
Copy link
Member

@m00sey m00sey commented Aug 25, 2023

In some places, we inline a "default" salt; in others, we use this package-level salt.

Given I think we should discourage the use of any default salt (seems like a bad security practice) I opted to move the creation of the salt to where it is used.

This came up as I was testing Signifypy and mocking the keripy library.

As a note: I have started another branch https://github.com/m00sey/keripy/tree/remove-default-salt to investigate what removing a default salt and requiring one be provided, would look like and the impact on keripy.

@pfeairheller pfeairheller merged commit de4ad16 into WebOfTrust:development Aug 25, 2023
6 checks passed
@m00sey m00sey deleted the feat/allergic-to-salt branch August 27, 2023 13:02
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.

2 participants