Utilities

 

 

 

 

 

 

 

Secret File Info - see a screen capture

 

       Description:

       Secret File Info displays information about the files on the hard disk that aren't normally provided by usual browsers: creation moment, last access and last write. Such program can be useful, for example, when you want to delete files which haven't been accessed for a long time and are no longer of interest (old mp3's etc.).

       Size: 159 K

 

 

 

Anniversaries - see a screen capture

 

        Description:

       Anniversaries  warns the user that a certain event will occur in less than 3 days. The dates of the events (e.g. a person's anniversary) are entered in the date.dat file, in a dd.mm.yyyy format (day, month, year of the person's birth). If the event is not a birthday (e.g. a religious holiday), the current year will be use for the year. It's recommended that a link to the program should be placed in "Start Up" (unless there is an anniversary in the next 3 days, the program does nothing).

        Size: 117 K

 

 

 

Encrypter (+ rc4 and rd5 headers)

 

       Description:

       Encrypter first uses Winrar to compress the file and thus reduce data redundancies, then it encrypts the archive using the rc4 and md5 algorithms (used also by Microsoft Word 2000). The sources are in a normal, encrypted zip archive. Try to crack it if you think it's worth.

       Size: 385 K

 

 

 

FTP Client (+sources) - see a screen capture

 

       Description:

       It's an FTP client that includes file management options on the local computer and server. Although the interface is made with C++ Builder, connection and transfer functions where implemented with Windows API functions, without using Builder's classes, and therefore they can be easily adapted to other compilers (MS Visual C etc.). A C version for Linux is also included.

        Size: 217 K

 

 

 

Drive Info (+sources)

 

        Description:

       It displays more rarely encountered information about a drive, such as serial number, file system flags etc. 

        Size: 131 K

 

 

 

Key Code (+sources)

 

       Description:

       The program displays the code of the pressed key. It's useful when you want to make a Windows program that deals with keyboard events.

       Size: 153 K

 

 

 

Serial Number Generator (+sources)

 

       Description:

       It generates random sequences of 4x4 letters and digits, which can be used as serial numbers for shareware applications.