Giter VIP home page Giter VIP logo

Comments (4)

G7495x avatar G7495x commented on July 21, 2024 3

It is 2021. I guess it may be time to reconsider this once again...? I see two major formats - Base64 and Base64URL. Please consider... I have been using helper functions for too long already...

Advantages:

  • Smaller string sizes
  • Lower string comparison overhead

from uuid.

ctavan avatar ctavan commented on July 21, 2024 2

Please see #47 (comment)

The goal of this library is to implement the RFC4122 standard, nothing more, nothing less.

from uuid.

broofa avatar broofa commented on July 21, 2024

I'd rather not have node-uuid be in the business of providing non-standard formats. There are just too many ambiguities around how it should be implemented (e.g. http://en.wikipedia.org/wiki/Base64#Variants_summary_table). If you want to base64-encode an RFC uuid, you can do it like thus:

> new Buffer(require('./uuid').v1(null, [])).toString('base64')
'/SezcPN7EeGWAtmjqs3xzQ=='

from uuid.

dmarcelino avatar dmarcelino commented on July 21, 2024

If anyone is interested in generating base62 UUIDs, I've created uuid-base62 for that purpose. It also exposes node-uuid for convenience.

from uuid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.