20 lines
		
	
	
		
			668 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			668 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <title>gPass</title>
 | |
|   </head>
 | |
|   <body>
 | |
| 
 | |
|     <b>Account URL</b> URL of your gPass account <input id="account_url" type="text"/><br />
 | |
|     <b>WARNING</b> It should be a valid HTTPS URL because navigator doesn't like mixed content (HTTPS/HTTP). If not, requests will silentely failed. If you have an auto-signed certificate, add it to trusted ones.<br/>
 | |
|     <br/>
 | |
|     <b>PBKDF2 level</b> Number of iterations used to derivate master key <input id="pbkdf2" type="number"/><br />
 | |
|     <br/>
 | |
|     <br/>
 | |
|     <input type="button" id="save" value="Save"/>
 | |
| 
 | |
|     <script type="text/javascript" src="options.js">
 | |
|     </script>
 | |
|   </body>
 | |
| </html>
 |