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
Namespace: ICSharpCode.SharpCvsLib.Misc
Assembly: ICSharpCode.SharpCvsLib (in ICSharpCode.SharpCvsLib.dll)
PasswordScrambler Members | ICSharpCode.SharpCvsLib.Misc Namespace