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

Do not use easily-misread glyphs in Firestore auto-IDs. #4107

Merged
merged 2 commits into from
Dec 13, 2017

Commits on Dec 4, 2017

  1. Do not use easily-misread glyphs in auto-IDs.

    Luke Sneeringer authored and dhermes committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    501c5d1 View commit details
    Browse the repository at this point in the history
  2. Updating from 20 to 21 auto-id chars.

    This way the entropy is preserved after dropping the alphabet
    from 62 to 55 characters:
    
      >>> (62. / 55.)**20
      10.979435205204474
      >>> 55**20 < 62**20 < 55**21
      True
    dhermes committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    7611a97 View commit details
    Browse the repository at this point in the history