Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » md5digest format
Re: md5digest format [message #10283 is a reply to message #10282] Fri, 29 June 2007 16:13 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14265
Registered: November 2005
Ultimate Member
Sorry:

	String x = MD5Digest("alajos");
	String r;
	for(int i = 0; i < x.GetCount(); i++)
		r << FormatIntHex((byte)x[i], 2);


(need to cast to (byte), otherwise char converts to negative integers...)

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Ultimate++ and SSH/SFTP ?
Next Topic: GetHomeDirectory() not supported on Windows?
Goto Forum:
  


Current Time: Mon Jul 07 05:06:38 CEST 2025

Total time taken to generate the page: 0.03906 seconds