See: Description
Class | Description |
---|---|
Atbash |
This class provides a static method that transforms data using the Atbash
alphabetic inversion technique, typically used for the purpose of
disguising information where strong encryption isn't required but some
simple obfuscation is useful.
|
Base64 |
Base64 conversion methods.
|
Hash |
Produces various basic types of hash values.
|
Memfrob |
This class provides a static method that transforms data using the
Memfrob obfuscation technique, typically used for the purpose of disguising
binary data where strong encryption isn't required but some simple
obfuscation is useful.
|
Rot13 |
This class provides a static method that transforms data using the ROT-13
(also whimsically known as EBG-13) alphabetic rotation technique, typically
used for the purpose of disguising information where strong encryption
isn't required but some simple obfuscation is useful.
|
Rot13point5 |
This is a variation of the ROT-13 class which also rotates decimal digits
by 5 positions in a circular fashion within the confines of the decimal
numbering system.
|
Rot47 |
This class provides a static method that transforms data using the ROT-47
ASCII rotation technique, typically used for the purpose of disguising
information where strong encryption isn't required but some simple
obfuscation is useful.
|
Data security classes that protect data by disguising it in some way.