More Downloads
You must be registered
and logged on (free and
without obligations) to access certain beta version links, which currently includes
Mac OS X, Linux and iOS versions for iPhone and iPad.
Here are some more downloads including legacy versions, preview and beta versions
as well as documentation and some other software that may be of interest. If you're
a developer there's also a Source Code download page
and developer information.
Beta and Legacy Downloads
Documents Downloads
About the Downloads
AxCrypt 1.6.4.4 Setup
The legacy 1.6.4.4 Setup .exe is only available for older 32-bit versions of Windows
95/98/ME/2000 . Do not install on current versions of Windows.
About-AES-.pdf
An article describing what AES-encryption is about for a general audience, Acrobat
Reader required.
Additional downloads
AxCrypt-Manual.pdf
- AxCrypt-Manual.pdf
-
Quick Installation and Usage Guide,
Acrobat Reader required.
- AxCrypt-Manual-Spanish.pdf
-
Guía Rápida de Instalación, El
Acrobat Reader requirió. (Contribuido por Ricardo S)
- AxCrypt-Manual-French.pdf
-
Guide d'installation et de prise en main rapide,
Acrobat Reader requis. (Contributor wishes to be anonymous)
Technology and Information
- Axantum-Strong-Licensing.pdf
-
A white paper describing the implementation and tools for building cryptographically
strong software licensing codes and schemes based on shortened elliptic curve signatures.
Acrobat Reader
required
A really, really, fast command line program for MD5 checksumming and huge file copying
This has little to do with AxCrypt or Xecrets, but it's fairly useful - and can
be used to check the MD5 checksums provided for the AxCrypt distribution. But more
interestingly, it implements a very, very fast file copier specifically optimized
for RAID and SAN environments where there are many active disks making up a single
logical volume. It uses asynchronous I/O to schedule the number of simultaneous
requests that you specify, using the buffer size that you specify. With correct
parameters it can speed up file copying speed in such environments significantly
compared to drag and drop in Windows or COPY or XCOPY. As an extra bonus the MD5
checksum can be calculated on the fly, and optionally used to verify the file actually
written to the destination.
To make it easy to use, the same program comes in three flavors, depending which
name is used to invoke it. So the three versions below are the exact same binary
executable, but the name determines the operating mode and default options selected.
These are command line utilities, just type the program name to find out the full
set of options available.
-
AxCopySum.cpp
-
The full source code, in a single C++ source file for Visual Studio.
- AxCopySum.exe
-
Defaults to copy files very quickly, optionally calculating MD5 and optionally verifying
the copy
- AxSumCopy.exe
-
Defaults to calculate the MD5 of a single file with no copying done
- AxSum.exe
-
Defaults to just display the MD5 of one or more files