Nameprep

Summary

Nameprep is the process of case-folding a string to lowercase and removal of some generally invisible code points before it is suitable to represent a domain name, or other such canonical name. It is used by the Internationalizing Domain Names in Applications (IDNA) standard, using the Unicode standard for NFKC normalization.

Nameprep is defined in RFC 3491, "Nameprep: A Stringprep Profile for Internationalized Domain Names (IDN)",[1] as a profile of stringprep, which is described in RFC 3454, "Preparation of Internationalized Strings ("stringprep")".[2]

It does not map lookalike characters to a single character nor prohibit the use of lookalike characters. There are good reasons for this, such as the fact that same sets of characters may be lookalikes in some fonts but not in others, and the fact that any decision on which character to map to will obviously provide a bias towards users of one script; but it also has potentially grave implications for security if not considered by the designers and administrators of systems based on nameprep (the best known example[which?][citation needed] of this being VeriSign's handling of IDNA names in .com and .net).

See also edit

References edit

  1. ^ "RFC 3491". Retrieved 8 March 2024.
  2. ^ "RFC 3454". Retrieved 8 March 2024.