SharpCvsLib

PasswordScrambler Class

SCRAMBLE and DESCRAMBLE work like this: scramble(STR) returns SCRM, a scrambled copy of STR. SCRM[0] is a single letter indicating the scrambling method. As of this writing, the only legal method is 'A', but check the code for more up-to-date information. descramble(SCRM) returns STR. descramble() uses SCRM[0] to determine which method of unscrambling to use. If it does not recognize the method, it throws an exception.

For a list of all members of this type, see PasswordScrambler Members.

System.Object
   PasswordScrambler

[Visual Basic]
Public Class PasswordScrambler
[C#]
public class PasswordScrambler

Requirements

Namespace: ICSharpCode.SharpCvsLib.Misc

Assembly: ICSharpCode.SharpCvsLib (in ICSharpCode.SharpCvsLib.dll)

See Also

PasswordScrambler Members | ICSharpCode.SharpCvsLib.Misc Namespace