Warning, /libraries/qca/plugins/qca-wincrypto/README is written in an unsupported language. File is not indexed.
0001 QCA Windows Cryptography plugin 0002 ------------------------------- 0003 Date: June 11th, 2008 0004 Website: http://delta.affinix.com/qca/ 0005 Mailing List: Delta Project <delta@lists.affinix.com> 0006 0007 Author: Michael Leupold <lemma@confuego.org> 0008 0009 This plugin might at some point provide the means to support the 0010 Windows Cryptographic API. Currently it only supports generating 0011 random numbers using the CryptGenRandom call. 0012 0013 This plugin should load on any version of Windows, but it will 0014 only generate random numbers on Windows 2000 or later. 0015 0016 Installing 0017 ---------- 0018 0019 For Windows: 0020 0021 configwin rd 0022 qmake 0023 nmake (or make) 0024 copy lib\*.dll qtdir\plugins\crypto 0025