# -*- mode: markdown ; coding: utf-8 -*- 

README: Quick Hash Checker 
==========================
このアプリケーションは手軽にMD5, SHA1等の複数ハッシュ値を同時に演算し、表示します。

ハッシュ値の計算自体にはCrypto++ Libraryを使用しており、バイナリを含む配布物ではDLLファイルを含んでいます。
利用しているライブラリの詳細については、「利用しているライブラリ」セクションを確認してください。

考慮点
-----
MD5は既に安全ではありませんが、広く使われているためにデフォルトでSHA1と供に結果を表示します。


利用しているライブラリ
----------------------
実行形式を含む配布物では、SQLite3とCrypto++のDLLファイルを同梱しています。

* SQLite3.7.5 (2011-01-28 17:03:50 ed759d5a9edb3bba5f48f243df47be29e3fe8cd7") [official site](http://www.sqlite.org/)
* Crypto++ Library 5.6.1 [official site](http://www.cryptopp.com/)
* Cryptdll.dll (bundled with Windows OS)
* Boost 1.46.1 (BoostPro Binary Installer for Visual C++)

開発環境
--------
* OS: Windows Vista SP2 32bit
* Visual Studio 2005 Standard Edition SP1 (Visual C++ 8.0)

License
-------
    Copyright (C) 2010,2011 Yasuhiro ABE <yasu@yasundial.org>
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
 
        http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.


