Uses of Class
de.das.encrypter.tools.ByteArrayEncloser
Packages that use ByteArrayEncloser
Package
Description
Several tools for supporting encryption, decryption, hex values handling,
CRC calculation, byte array hiding and similar things.
-
Uses of ByteArrayEncloser in de.das.encrypter.tools
Subclasses of ByteArrayEncloser in de.das.encrypter.toolsModifier and TypeClassDescriptionclassByte array image enclosers interweave the bits of the individual bytes of a byte array with the bytes of the image data of an image in PNG format.classByte array wav enclosers interweave the bits of the individual bytes of a byte array with the bytes of the audio data of an audio file in WAV format.