Метод | Описание | |
---|---|---|
Scramble ( string text ) : string | ||
Unscramble ( string text ) : string | ||
Xor ( byte clearTextBytes ) : byte[] |
Метод | Описание | |
---|---|---|
GenKey ( int length ) : byte[] | ||
GetBytes ( string str ) : byte[] | ||
GetString ( byte bytes ) : string |
public static Scramble ( string text ) : string | ||
text | string | |
Результат | string |
public static Unscramble ( string text ) : string | ||
text | string | |
Результат | string |
public static Xor ( byte clearTextBytes ) : byte[] | ||
clearTextBytes | byte | |
Результат | byte[] |