Files
Rob Wu 88397c9859 Bug 2037284 - Add nsIKeyedUUIDMapper (map from/to number) r=keeler
Adds a module that provides a reversable mapping between an number and a
UUID. Recovering the number requires knowledge of a common secret key.

The implementation is based on AES-128 encryption / decryption, mainly
for its properties than it actually needing to be AES-128.

Differential Revision: https://phabricator.services.mozilla.com/D304639
2026-06-12 12:27:21 +00:00
..