Location: ProgrammingUnlimited.Net :: Home
Welcome to this website
.

Welcome to ProgrammingUnlimited.Net. Here you can find out more about some software that I have written, and possibly about some software that others have written. This website is a work in progress, and will contain more as time progresses.


News
.
MicrOTP (Posted By admin at 2008-04-27 19:54:00)

MicrOTP is an OTP calculator for your Pocket PC 2003 or Windows Mobile 5.0 PDA. It generates one-time-passwords using otp-md4, otp-md5, otp-sha1, and otp-rmd160 methods. See the MicrOTP software page for more details.

FileVerifier++ Shell Extension (Posted By admin at 2007-12-02 02:00:00)

FileVerifier++ now includes (as of version 0.2.0.3533) a shell extension and comes as an MSI package for easy installation. Of course, use without installation is still possible.

FV 0.2.0 beta. (Posted By admin at 2007-10-21 21:00:00)

So, I decided to actually work on this program again. I've finally finished implementation of the new FVA and FVB storage formats. Here's a list of what has been changed:

    * Added support for FVA (XML) and FVB (Compressed XML) formats.  
    * Added support for Unicode.  Currently in Unicode builds, all files
      are treated as being encoded in UTF-8, except in FVA and FVB formats,
      where the encoding supplied in the XML processing instruction is honored.  The
      following encodings are supported in that case:
          * UTF-8
          * UTF-16
          * ISO-8859-1
          * US-ASCII
    * Added option for registering and unregistering FVA and FVB file types with Windows Explorer.
    * Added support for Windows XP visual styles.
    * Some buttons in the application are now owner-draw, in order to support icon buttons.
    * Toolbar icons have been improved.
    * Fixed a bug where check boxes status was not initialized after clearing the file list,
      resulting in strange behavior after using the buffer after loading an existing file.
    * Disabled digital signature verification of hash modules.  This was an experimental feature in
      the previous version, and has been removed as it is too difficult to maintain.  A way to create
      custom builds with a user provided public key may appear in the future.
    * Changed the standard library in the build from libstdc++ to STLport, as such was required
      to have Boost support wide character regular expressions.
    * Command line parameter now accepts files of any type.  File type is determined by extension. 
      (i.e. *.FVA -> FVA file, *.FVB -> FVB, *.CSV -> CSV, Anything else is assumed to be a text file
      in md5sum(3) format).
    * Added context menu to main list view.  Context menu actions act upon selected items, whereas main menu
      actions act on tagged items, or possibly all items.
            

Status Update (Posted By admin at 2006-06-08 21:37:00)

I realize that I haven't had an update on here in quite a while. Please bear with me. Currently on the queue for FileVerifier is implementing the FVA and FVB formats in their final manifestations. FVA will be an XML based format and FVB will be a compressed version of FVA. The compression algorithm for FVB will be a LZO variant.

FV update (Posted By admin at 2006-02-28 15:58:00)

Here's build 2164, which fixes an issue with the CRC module.

...... ...... ...... ...... ...... ...... ...... ...... ....... ....... ...... ...... ....... ....... ...... ...... ...... ...... ...... ...... ...... ...... ....... ....... ...... ...... ....... ....... ...... ...... ...... ...... ...... ...... ...... ...... ....... ....... ...... ...... ....... .......

.