| Programming Language | Information Source Code | Category |
 | File Encrypter - file-encrypter.zip This program will take in a variable length key and encrypt a file using it. The maximum key size is 256 bytes(2048 bits). The encryption is strong enough. It is written in win32 assembly. Language: Assembler - Size: 9,94 KB
| Data Compress / Encryption |
|
 | Bynaryo - bynaryo.zip Source of a tool for converting binary strings to ASCII or to numbers of 8, 16, 32 and 64 bits (both big and little endian) and vice versa for example for converting "hello" in 0110100001100... Language: C, C++ - Size: 4,14 KB
| Miscellaneous |
|
 | DTMF2NUM - dtmf2num.zip Source of a tool for decoding the DTMF and MF tones from PCM wave files supports any type of wave file (frequencies, channels and 8, 16, 24 and 32 bits), automatic optimizations (DC bias adjust and no... Language: C, C++ - Size: 12,86 KB
| Miscellaneous |
|
 | Plouf Plouf - plouf-plouf.zip Source program that shows an example of using functions and GetDiBits SetDiBits, which allow you to copy a map from memory bits in the image (in this example demonstrates the use of water effects to t... Language: Delphi - Size: 735,75 KB
| Graphics |
|
 | Color Masks - color-masks.zip Source program that shows how to work with individual bits of a 24-bit image. At the same time every pixel of the image can be masked when displayed on a picture. Language: Delphi - Size: 56,06 KB
| Graphics |
|
 | Cartman cipher - cartman-cipher.zip Source program that shows an example implementation of the algorithm Cartman-512, a block cipher with block size of 128 bits and 512 bit key (network Feystelya). Language: Delphi - Size: 8,22 KB
| Data Compress / Encryption |
|
 | ThreeFish - threefish.zip Source program that shows how to create a symmetric cryptographic algorithm Threefish key length 512 bits (512 bits block) and 1024 bits (1024 bits block). Language: Delphi - Size: 3,32 KB
| Data Compress / Encryption |
|
 | Raiden cipher - raiden-cipher.zip Source program that shows how to create a ported to Delphi block cipher Raiden (128 bit key, 16 / 32 full rounds, a block of 64 bits). The code was developed as an alternative algorithm TEA. Language: Delphi - Size: 1,48 KB
| Data Compress / Encryption |
|
 | COBRA Cipher - cobra-cipher.zip Source program that shows an example implementation of a Delphi powerful cryptographic algorithm Cobra (256-bit key, a block of 64 bits). Language: Delphi - Size: 7,97 KB
| Data Compress / Encryption |
|
 | BitStream - bitstream.zip Source of a Java library to read streamed data on a bit-by-bit level. This low-level facility is necessary for those wanting to parse and process MPEG streams, for example. Language: Java - Size: 4,57 KB
| Multimedia |
|