Does any one have examples of how to do a MD5 or some form of
one way hash on a string using PowerBASIC?
Thanks
one way hash on a string using PowerBASIC?
Thanks
Just to offer a word of caution: For most purpose, the Windows crypto API serves just fine. However, doubts exist about certain aspects of its security. Moreover, applications that demand the most serious cryptographic capabilities never rely on crypto implementations for which source code is not available. (The only exceptions involve purchase of cryptographic plug-in implementations from a limited number of respected sources such as RSA.) Algorithms alone imply nothing about security. Most crypto is broken through attacks that exploit weaknesses in an algorithm's implementation. In other words, if you're interested in obscuring something to prevent browsing and hacking by amateurs, then the Windows cryptographic capabilities are a sensible choice. For protection against more sophisticated attacks, however, a different crypto capability is appropriate.
Anyone considering the utility of the Win32 crypto API might want to have a look here: [url="http://www.theregister.co.uk/000412-000020.html"]http://www.theregister.co.uk/000412-000020.html[/url]
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment