Skip to main content
Skip table of contents

AccNoLookup

Based >Extensible Algorithm Framework

The AccNoLookup algorithm is an instance of the Secure Lookup Algorithm Framework.

This algorithm performs a lookup on the input value and returns a value from the provided lookup file. It is possible for this algorithm to produce the same output value for different input values. Inputs to this algorithm are case-sensitive so two inputs with the same value in different cases may mask to different values. Leading and trailing whitespaces are preserved by this algorithm.

The lookup values for this algorithm are 5 digit account numbers.

For example:

  • "6379315274824970" → "64893"

  • "ABCxyz123" → "72345"

  • "ID3938491" → "72433"

  • "999-12-3456" → "25326"

  • "2000:a86f::1" → "86432"

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.