Encryption - Downloads
Contents

Home
Introduction
Basic Concepts
Randomness
Algorithms
Disk Structure
Strategies
Examples
Conclusion
Downloads
This section contains all of the source code and precompiled programs that have been developed throughout this section of the web site. They are all in zip format which includes both source and DOS executable files.

Each zip file also contains a text file with further information on the source code and program.

Some of the programs are not yet finished, so check back after a while for updates to this site.

None of the programs can be classed as "foolproof". They are basic building blocks to allow you to develop your own encryption and safe data storage methods. After all, if I published exact routines, then they would no longer be secure to use. Understanding concepts presented in this section will allow you to devise your own secure data storage system using the code you download.

If in doubt....download the lot and study it!

Anyway...get on with the downloads, and here's wishing you the best of luck with your DIY security project ;)

FilenameDescriptionFile Size
diskread.exe
(available)
Allows browsing through the hard disk specifying individual cylinders, heads and sectors. Safe as it won't let you accidentally write to a hard disk.21kB
dskwrite.exe
(not ready!)
Allows direct read and writes to a hard disk. No safety measures, so use it at your own peril ;)46kB
fdisk.exe
(not ready!)
A new version of FDISK for preparing drives for encryption. Not many safety measures, so follow the instructions extremely carefully ;)58kB
format.exe
(not ready!)
Our Encryption version of the DOS FORMAT program. You really need to modify the code if you intend to use it for safe data storage as this code is now public knowledge. This example is purely an illustration of what can be done with a bit of thought! Read the text file for further ideas. Try it and enjoy....;)78kB

The Rota

BlueCrab Ltd