Moved password generation to the client #13

Merged
bookercodes merged 18 commits from master into master 2015-08-16 09:25:11 +00:00
2 changed files with 238 additions and 0 deletions
Showing only changes of commit c43189a288 - Show all commits

View File

@ -24,6 +24,9 @@
</a> </a>
</h1> </h1>
<h1>Secure Password Generator</h1> <h1>Secure Password Generator</h1>
<div class="alert alert-info" role="alert">
<p>Use this online tool to generate a strong and random password. Password generation is done on the client-side meaning no one has access to the passwords you generate here, <em>period</em>.</p>
</div>
<div class="form-container clearfix "> <div class="form-container clearfix ">
<div class="form-group"> <div class="form-group">
<label>Secure Password:</label> <label>Secure Password:</label>