-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8248ad1
commit fab02ad
Showing
3 changed files
with
99 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,103 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>neupasswd</title> | ||
<source src="/app.css" type="text/stylesheet"> | ||
</head> | ||
<body> | ||
<h1>neupasswd: In-Brain password manager </h1> | ||
<form onsubmit="return false;" method="post" name="myForm"> | ||
<label>masterpass</label> | ||
<input type="password" name="masterpass" id="mpass" /> </br> | ||
<label for="">Service Name</label> | ||
<input type="text" name="sevice" id="service"> <br> | ||
<label for="">password length</label> | ||
<input type="text" id="length" placeholder=12 list="lengthlist"> | ||
<datalist id="lengthlist"> | ||
<option value="12"> | ||
<option value="16"> | ||
<option value="20"> | ||
<option value="24"> | ||
<option value="30"> | ||
</datalist> | ||
<input type="submit" name="submit" onclick="init()" /> | ||
</form> | ||
<h3 id="result"></h3> | ||
<div> | ||
<head> | ||
<title>neupasswd: In-Brain password manager</title> | ||
<meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" /> | ||
<meta http-equiv="Pragma" content="no-store, no-cache" /> | ||
<meta http-equiv="Expires" content="0" /> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1, user-scalable=no" /> | ||
|
||
<!-- Disable tap highlight on IE --> | ||
<meta name="msapplication-tap-highlight" content="no"> | ||
<meta name="keywords" content="devfemibadmus, kcubeterm, password, password generator, security"> | ||
<meta name="description" content="neupasswd is a software use in generating uniques password for each of each service i.e you can generate special password for each of your social media or services with just one master password." /> | ||
|
||
<!-- Media Sharing --> | ||
<meta property="og:title" content="neupasswd: In-Brain password manager" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://neupasswd.kcubeterm.com"/> | ||
<meta property="og:description" content="neupasswd is a software use in generating uniques password for each of each service i.e you can generate special password for each of your social media or services with just one master password." /> | ||
<meta property="og:image" content="static/images/neupassd.jpg" /> | ||
<meta property="og:image:width" content="1200" /> | ||
<meta property="og:image:height" content="630" /> | ||
|
||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:site" content="@kcubeterm" /> | ||
<meta name="twitter:creator" content="@devfemibadmus" /> | ||
<meta name="twitter:image" content="static/images/neupassd.jpg" /> | ||
<meta name="twitter:title" content="neupasswd: In-Brain password manager" /> | ||
<meta name="twitter:description" content="neupasswd is a software use in generating uniques password for each of each service i.e you can generate special password for each of your social media or services with just one master password." /> | ||
|
||
<!-- Add to homescreen for Chrome on Android --> | ||
<meta name="mobile-web-app-capable" content="yes"> | ||
<meta name="application-name" content="neupasswd"> | ||
<meta name="theme-color" content="blue"> | ||
|
||
<!-- App Styling --> | ||
<link rel="icon" href="static/images/icon.jpg"> | ||
<link rel="stylesheet" href="static/css/index.css" media="screen"/> | ||
|
||
<!-- App Scripting --> | ||
<script src="static/js/index.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js" integrity="sha512-E8QSvWZ0eCLGk4km3hxSsNmGWbLtSCSUcewDQPQWZF6pEU8GlT8a5fF32wOl1i8ftdMhssTrF/OhyGWwonTcXA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | ||
|
||
</head> | ||
<body> | ||
<h1 class="neupasswd">neupasswd: In-Brain password manager </h1> | ||
<p><span class="neupasswd">neupasswd</span> is a software use in generating uniques password for each of each service i.e you can generate special password for each of your social media or services with just one master password.</p> | ||
|
||
<h2>How It Works</h1> | ||
<p><span class="neupasswd">neupasswd</span> takes in a master password, the service name you wanna use the password for and the length of the password u want(never worry about the length you can choose as much as possible you dont need to cram it). Then it encrypt the master password in a way you can nerver guess of. Also you can retrieve/check ur passwordagain by doing same way.</p> | ||
|
||
<ol> | ||
<h2>Instructions:-</h2> | ||
<li>Create a master password in your brain.</li> | ||
<li>Enter the service name <span class="note">note: you will need this when trying to check/retrieve password</span>.</li> | ||
<li>Now click generate to generate the unique password. you can always generate the same password later by simply giving the same master password and service name. but no one could generate the same password as long as you dont share your master password to anyone. this is why I call it in-Brain password manager.</li> | ||
</ol> | ||
|
||
<h2>Instructions:-</h2> | ||
<p>1. The first step is, create a master password in your brain. make sure that password must not easily predictable by anyone. so keep it unique. <br> | ||
2. You can call that password "master password", now generate a new password for your any serivces. social media etc by simply filling the above box. <br> | ||
3. Since the generated password is reproducible. you can always generate the same password later by simply giving the same master password and service name. but no one could generate the same password as long as you dont share your master password to anyone. this is why I call it in-Brain password manager. </p> | ||
</div> | ||
</body> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js" integrity="sha512-E8QSvWZ0eCLGk4km3hxSsNmGWbLtSCSUcewDQPQWZF6pEU8GlT8a5fF32wOl1i8ftdMhssTrF/OhyGWwonTcXA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
<script src="/index.js"></script> | ||
<form onsubmit="return false;" method="post" name="myForm"> | ||
<label>masterpass</label> | ||
<input type="password" name="masterpass" id="mpass" /> </br> | ||
<label for="">Service Name</label> | ||
<input type="text" name="sevice" id="service"> <br> | ||
<label for="">password length</label> | ||
<input type="text" id="length" placeholder=12 list="lengthlist"> | ||
<datalist id="lengthlist"> | ||
<option value="12"> | ||
<option value="16"> | ||
<option value="20"> | ||
<option value="24"> | ||
<option value="30"> | ||
</datalist> | ||
<input type="submit" name="submit" onclick="init()" /> | ||
</form> | ||
<p id="result"></p> | ||
|
||
<div> | ||
<h2>Contributors</h2> | ||
<ul> | ||
<a href="https://github.com/kcubeterm"><li class="creator">Kcubeterm:- <span class="workas">works as Creator</span></li></a> | ||
<a href="https://github.com/kcubeterm"><li class="designer">kcubeterm:- <span class="workas">works as Designer</span></li></a> | ||
<a href="https://github.com"><li class="github">GitHub:- <span class="workas">works as Project Host Platform</span></li></a> | ||
</ul> | ||
|
||
<h2>Users</h2> | ||
<p class="user">Over 10,000,000.00 User from differents country</p> | ||
</div> | ||
|
||
<div> | ||
<h1>You might also like</h1> | ||
<ul> | ||
<div class="also_like"> | ||
<h3 class="achoz">ACHOZ</h3> | ||
<p>Achoz is a software use in finding file with amazing features <a class="read">Read more...</a></p> | ||
<iframe src="https://achoz.kcubeterm.com"></iframe> | ||
</div> | ||
</ul> | ||
</div> | ||
</body> | ||
</html> |
File renamed without changes.
File renamed without changes.