Corrected statement as I originally wanted to design it to where the password is hashed when clicking check, but now it hashes as you type.
This commit is contained in:
		
							parent
							
								
									6741d366ad
								
							
						
					
					
						commit
						5358de1006
					
				@ -74,7 +74,7 @@ Total count of hashed passwords in database is <?=number_format($count['value'])
 | 
				
			|||||||
		<h2>Check your password</h2>
 | 
							<h2>Check your password</h2>
 | 
				
			||||||
		<p>
 | 
							<p>
 | 
				
			||||||
			<span style="color: #ff0000">Only enter your password on a website you trust!</span><br />If you trust me and what I say below, go ahead and enter your password.<br /><br />
 | 
								<span style="color: #ff0000">Only enter your password on a website you trust!</span><br />If you trust me and what I say below, go ahead and enter your password.<br /><br />
 | 
				
			||||||
			This field uses <a href="https://en.wikipedia.org/wiki/JavaScript" target="_blank">JavaScript</a> to check the strength of your password. Clicking the check button will <a href="https://en.wikipedia.org/wiki/Hash_function" target="_blank">hash</a> your password using JavaScript and send the hash to my server to check against my hash database for stolen passwords.
 | 
								This field uses <a href="https://en.wikipedia.org/wiki/JavaScript" target="_blank">JavaScript</a> to check the strength of your password. Clicking the check button will send the <a href="https://en.wikipedia.org/wiki/Hash_function" target="_blank">hash</a> of your password to my server to check against my hash database for stolen passwords.
 | 
				
			||||||
		</p>
 | 
							</p>
 | 
				
			||||||
		<p>
 | 
							<p>
 | 
				
			||||||
			<style>
 | 
								<style>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user