Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cyohash-src-2.0.0.zip | 2013-04-13 | 80.1 kB | |
CyoHash.exe | 2013-04-13 | 399.1 kB | |
README.TXT | 2013-04-13 | 3.2 kB | |
Totals: 3 Items | 482.4 kB | 0 |
=============================================================================== CyoHash http://cyohash.sourceforge.net/ Copyright (c) 2009-2013, Graham Bull. All rights reserved. =============================================================================== Version 2.0.0.0 Release Date 13th April 2013 ------------------------------------------------------------------------------- 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 ------------------------------------------------------------------------------- 2.0.0 - 13th April 2013 - New dialog for showing multiple hashes simultaneously. 1.0.11 - 15th March 2012 - Added ability to minimize the dialog. 1.0.10 - 2nd March 2012 - Added ability to pause hashing. 1.0.9 - 23rd December 2011 - Multiple files can now be selected and hashed simultaneously. - Pasted hashes are now trimmed before they're compared to the calculated hash. - Added VS2010 solution and projects. 1.0.8 - 30th May 2011 - Added ability to hash using SHA256, SHA384, and SHA512 algorithms (requires Windows XP SP3 or newer). 1.0.7 - 4th August 2010 - Added ability to paste a hash into a textbox for easy validation. - An icon is now displayed in the Windows Explorer context menu (Vista+). 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.