The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



Descramble


Unit:SDL_stringl
Class: none
Declaration: function Descramble (Instring: string): string;

The function Descramble restores a string which has been scrambled by the procedure Scramble. The parameter Instring contains the scrambled string. The scrambling key is defined by the procedure InitScramble.

Hint: The lookup table for the character exchange is uniquely defined by the key of the procedure InitScramble. When descrambling a string you have to use the same key as during scrambling.


Last Update: 2023-Feb-06