ObfuscationROT Class

Represents type ObfuscationROT.

Namespace: System.Crypto
TObject
  System.Crypto.ObfuscationROT
type
 ObfuscationROT = class(TObject)
 end;

The ObfuscationROT type exposes the following members.

Show:
 NameDescription
ROT13(String)

Represents method ROT13(String).

ROT18(String)

Represents method ROT18(String).

ROT47(String)

Represents method ROT47(String).

ROT5(String)

Represents method ROT5(String).

Top