Method | Description | |
---|---|---|
Scramble ( string text ) : string | ||
Unscramble ( string text ) : string | ||
Xor ( byte clearTextBytes ) : byte[] |
Method | Description | |
---|---|---|
GenKey ( int length ) : byte[] | ||
GetBytes ( string str ) : byte[] | ||
GetString ( byte bytes ) : string |
public static Scramble ( string text ) : string | ||
text | string | |
return | string |
public static Unscramble ( string text ) : string | ||
text | string | |
return | string |
public static Xor ( byte clearTextBytes ) : byte[] | ||
clearTextBytes | byte | |
return | byte[] |