News:

PlayBASIC2DLL V0.99 Revision I Commercial Edition released! - Convert PlayBASIC programs to super fast Machine Code. 

Main Menu

MD5 Hashing Library

Started by empty, October 02, 2010, 11:15:32 AM

Previous topic - Next topic

empty

This MD5 library allows you to hash strings, files, banks and memory areas.

Install:
Copy the content of the zip to the "Library" folder within your playbasic folder.

Usage Example:
PlayBASIC Code: [Select]
#Include "md5"

Print MD5HashString("The quick brown fox jumps over the lazy dog")
Print MD5HashFile(SystemDir$() + "\cmd.exe")

Sync
WaitKey



If you want the editor to highlight the library functions, select "Library Highlighters" from the "Projects" menu. Find "<installpath>\Library\md5.pli" file in the list and tick the text box.
If the pli file is not in your list, restart the IDE and try again.


  Related Articles:

     * Encode / Decode Base64 Strings




DOOMGaze

Good stuff. :o Works perfectly and 100% accurate for what you want hashed to MD5.
Thank you very much for the share. ;D