Mung (computer term)

From Wikipedia, the free encyclopedia

Mung or munge is computer jargon for a series of changes to a piece of data, which are often well defined and individually reversible, but which transform the original item into an unrecognizable form. The changes may be destructive, for example by corrupting a computer file, or simply concealing, for example changes to an email address to disguise it from spambots.

The term was coined in 1958 in the Tech Model Railroad Club at the Massachusetts Institute of Technology. In 1960 the backronym "Mash Until No Good" was created to describe Mung, and a while after it was revised to "Mung Until No Good", making it one of the first recursive acronyms. It lived on as a recursive command in the editing language TECO.

Usages of the term appear in munged password (a strong, secure password created through character substitution), data munging (cleaning data from one "raw" form into a structured, purged one) and address munging (disguising an e-mail address).

Munging may also describe the constructive operation of tying together systems and interfaces that were not specifically designed to interoperate (often using the Perl programming language). Munging can also describe the processing or filtering of raw data into another form.[1]

Munging implies destruction—to make large-scale and irrevocable changes to a file and to destroy it. Hence in the early text-adventure game Zork, also known as Dungeon, the user could mung an object and thereby destroy it (making it impossible to finish the game if the object was an important item).

See also

  • Jargon File a glossary of hacker slang.
  • Slug an application of munging for creating human-friendly URLs.

References

  1. "Perl Books - Book: Data Munging with Perl". Perl.org. Retrieved December 30, 2010. 

External links

This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.