replaced javascript-md5-library with method in helma.util.MD5Encoder
This commit is contained in:
		
							parent
							
								
									7d607250b6
								
							
						
					
					
						commit
						fb264c63e5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,7 @@ if ( checkAddress()==false )	return;
 | 
			
		|||
if ( checkAuth()==false )		return;
 | 
			
		||||
 | 
			
		||||
if ( req.data.value!=null )	{
 | 
			
		||||
	res.write ( calcMD5(req.data.value) );
 | 
			
		||||
	res.write ( Packages.helma.util.MD5Encoder.encode(req.data.value) );
 | 
			
		||||
}	else	{
 | 
			
		||||
	res.write ( '<html><head></head><body><form method=post action=makekey><input type=password name=value><input type=submit></form></body></html>' );
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue