-
Hi @ericelliott
I hope you don't mind me reaching you out on here. I had debated creating this as a discussion on my own repository but that felt like it would be a weird callout.
I am trying t…
-
Due to security concerns (which also exist in database auto-increment ids, uuid/guid, and most other id standrads), the Cuid standard is now deprecated in favor of [Cuid2](https://github.com/paralleld…
-
It appears that the variable "text" is not used. The problem is probably in the call to sha3 function.
https://github.com/paralleldrive/cuid2/blob/31138ac7345dedf166a12e1e7a0848835d1b2857/src/index…
-
https://github.com/paralleldrive/cuid2/blob/bc337dbc861e17b5434ce1acee308ab5f86cf726/src/index.js#L70
What is the point of calling `toString` here?
-
**Describe the bug**
Cuid2 should use SHA-3, which uses the [Keccak sponge construction](https://en.wikipedia.org/wiki/Sponge_function), which may be better than the Merkle-Damgård construction, th…
-
@ericelliott Hello, fellow Eric
Thanks for your work on this. I'm working on a golang port and am hoping you can take the time to respond to this.
Can you potentially speak to the motivation beh…
-
Due to security concerns (which also exist in database auto-increment ids, uuid/guid, and most other id standrads), the Cuid standard is now deprecated in favor of [Cuid2](https://github.com/paralleld…
-
Due to security concerns (which also exist in database auto-increment ids, uuid/guid, and most other id standrads), the Cuid standard is now deprecated in favor of [Cuid2](https://github.com/paralleld…
-
## Question
Might it be useful to register cuids to give them one higher level of scope at web scale?
## Examples
It could look like
`cuid:ckxls1y3900009yrx442e23rf`
Or
`urn:cuid:ckx…
-
```js
var mimeTypesLength = navigator.mimeTypes ? navigator.mimeTypes.length : 0; // exact line where error occurs
// ReferenceError: navigator is not defined
```
ReferenceError while using cui…