Code Monkey home page Code Monkey logo

passgenerator's Introduction

passGenerator

CREATE BY impulsado


Password generator project for web environment.
As I couldn't find any website that could do the email mode, plus the other modes (normal and passphrase) I decided to create it myself.

Photo


Website ๐Ÿ”๐ŸŒ


Explanation of modes

Email Mode

When we think of a secure password, an email does not come to mind, but let's review its advantages:

  • Easy to remember.
  • They are long enough without any added complexity.
  • They contain symbols.
  • The implementation of capital letters or numbers is very comfortable.

These are some of its advantages, but the most important is: The added difficulty against Keyloggers. Normally, after your email, you write the password, but if the attacker reads that password after your email, it can be more camouflaged to the naked eye.
> Normal mode
[email protected] [Tab] $PEmzwFWyCgn&FW6Rc*@QC#^qkExAx6&

> Email mode
[email protected] [Tab] [email protected]

[//]: As long as we do not copy and paste the password or our username is not a mail.


Passphrase Mode

My everyday language is Spanish and I had not found any site that would generate passwords in passphrase mode with Spanish words. Some of the advantages of this mode are:

  • They can be very long.
  • They contain symbols.
  • Easy to remember.
  • Implementing capital letters and numbers is very simple.

Normal Mode

Clearly, the normal password mode should be to be complete. Although, personally, I do not recommend them, there are many people who still use them.


Password Manager

It is always highly recommended to use a secure password manager. Some of my recommendations are:

  • Bitwarden.
  • KeePass.

They are very different from each other, I recommend you to investigate and choose according to what fits you best. Remember that I have a homeLab project where I explain how to host your own Bitwarden server at home.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.