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

Clean up GUID format #6

Closed
2 tasks done
marta- opened this issue Oct 14, 2020 · 0 comments
Closed
2 tasks done

Clean up GUID format #6

marta- opened this issue Oct 14, 2020 · 0 comments
Assignees

Comments

@marta-
Copy link
Contributor

marta- commented Oct 14, 2020

Problems:

  • the prefix specifying the algorithm, cost, and salt, will be identical for all guids and is unnecessary
  • there are some "unsafe characters" in the guids, suc ah / and . which may cause issues in downstream applications where guids are used

To so:

  • Remove the first 3 components of the output (algorithm, cost, and salt) and display only the actual hash
  • Encode the hash in HEX to ensure only alphanumeric characters are generated
@marta- marta- assigned marta- and veronikaslc and unassigned marta- Oct 14, 2020
veronikaslc pushed a commit that referenced this issue Oct 16, 2020
Also removed unused classes
@marta- marta- closed this as completed Oct 19, 2020
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

No branches or pull requests

2 participants