Gebruiksaanwijzing: MongoDB ObjectIddecoder
MongoDB ObjectIddecoder is een gratis online Ontwikkelaarstools-tool die extract the creation timestamp, random bytes and counter from a 24-character ObjectId direct in je browser doet. Plak je gegevens, stel de opties in en krijg het resultaat realtime — geen installatie, geen account, geen uploads.
MongoDB ObjectIddecoder nu gebruiken →
Beschrijving
Extract the creation timestamp, random bytes and counter from a 24-character ObjectId.
- Ontwikkelaarstools
- Omdat alles client-side gebeurt, is MongoDB ObjectIddecoder veilig voor gevoelige data zoals API-sleutels.
Gebruiksaanwijzing
MongoDB ObjectIddecoder gebruiken in drie stappen:
- Plak je gegevens in het invoervak (of laad het voorbeeld).
- Stel de opties in voor het gewenste formaat.
- Kopieer, download of bekijk de uitvoer — live bijgewerkt.
Uitvoeren
Voorbeelden
The first four bytes are a Unix timestamp, which is why ObjectIds sort roughly by creation time.
Invoer
507f1f77bcf86cd799439011
Uitvoer
507f1f77bcf86cd799439011 Layout (12 bytes / 24 hex characters) timestamp 4 bytes 507f1f77 = 1350508407 random 5 bytes bcf86cd799 (process-unique, per the current spec) counter 3 bytes 439011 = 4427793 Creation time (UTC) 2012-10-17T21:13:27.000Z Creation time (local) Wed Oct 17 2012 21:13:27 GMT+0000 (Coordinated Universal Time) Age 5078.7 days Older drivers used 3-byte machine id + 2-byte process id instead of 5 random bytes; both layouts put the timestamp first, which is why ObjectIds sort roughly by time.
此输出由工具真实运行产生,并非人工编写。
Toepassingen
Veelvoorkomende situaties waarin MongoDB ObjectIddecoder helpt:
- Extract the creation timestamp, random bytes and counter from a 24-character ObjectId.
Parameters
Deze tool heeft geen opties — hij werkt enkel op de invoer.
FAQ
Wat is MongoDB ObjectId Decoder?
MongoDB ObjectId Decoder wordt gebruikt om extract the creation timestamp, random bytes and counter from a 24-character ObjectId. Het draait volledig in je browser, dus je gegevens blijven privé.
Is MongoDB ObjectId Decoder gratis?
Ja, onbeperkt, zonder registratie of installatie.
Worden mijn gegevens geüpload?
Nee, alles wordt lokaal in je browser verwerkt.
Goed om te weten
- 全部计算在浏览器端完成,因此超大输入受限于标签页内存,而非服务器上传限制。