Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CyoHash.exe | 2010-05-29 | 368.3 kB | |
CyoHash-src.zip | 2010-05-29 | 58.9 kB | |
README.TXT | 2010-05-29 | 2.5 kB | |
Totals: 3 Items | 429.7 kB | 0 |
=============================================================================== CyoHash http://cyohash.sourceforge.net/ Copyright (c) 2009-2010, Graham Bull. All rights reserved. =============================================================================== Version 1.0.6.0 Release Date 29th May 2010 ------------------------------------------------------------------------------- 1. License ------------------------------------------------------------------------------- CyoHash is made available under the terms of the Berkeley Software Distribution (BSD) licence, as detailed in LICENSE.TXT. This allows you complete freedom to use and distribute the code in source and/or binary form, as long as you respect the original copyright. ------------------------------------------------------------------------------- 2. Building ------------------------------------------------------------------------------- CyoHash requires Microsoft Visual Studio 2005 or greater. NSIS (http://nsis.sourceforge.net/Download) is required for building the installer. 1. Build the solution: Load the source\CyoHash-vc??.sln solution file into Visual Studio and perform a release build of the Win32 and/or x64 configuration. This will build the main application, the shell extension, and the installer plugin. 2. Installer: After building the three projects, simply right-click the installer file (ie. install\CyoHash.nsi) and select 'Compile NSIS Script' to build the installer executable. ------------------------------------------------------------------------------- 3. Usage ------------------------------------------------------------------------------- After installing, simply access CyoHash by right-clicking a file and selecting a hash function from the CyoHash context menu. ------------------------------------------------------------------------------- 4. Release Notes ------------------------------------------------------------------------------- 1.0.6 - 29th May 2010 - Added ability to display SHA1 hashes with a base32 encoding. - Fixed issue in which the window isn't always topmost. 1.0.5 - 2nd March 2010 - Consolidated the separate x86 and x64 installers into one installer. 1.0.4 - 3rd February 2010 - New standalone executable that implements the windowing functionality instead of it all being done within the shell extension dll. 1.0.3 - 1st September 2009 - First release on sourceforge.net.