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 #10281 is a reply to message #10280] Fri, 29 June 2007 12:27 Go to previous messageGo to previous message
atmks is currently offline  atmks
Messages: 33
Registered: July 2006
Member
thx for the fast answer, but the code doesn't work,

program does create very long string, aprox 70-80 char

	String x = MD5Digest("alajos");
	String r;
	for(int i = 0; i < x.GetCount(); i++) {
		r << FormatIntHex(x[i], 2);
	}
	
	Cout() << r << '\n';


result:
4c681e2952ffffff88ffffffbfffffffde2058360bffffffb2ffffffddffffffe6ffffffbb
 
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: Tue May 13 02:11:05 CEST 2025

Total time taken to generate the page: 0.00954 seconds