Code Monkey home page Code Monkey logo

passgen's Introduction

██████╗  █████╗ ███████╗███████╗ ██████╗ ███████╗███╗   ██╗
██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝ ██╔════╝████╗  ██║
██████╔╝███████║███████╗███████╗██║  ███╗█████╗  ██╔██╗ ██║
██╔═══╝ ██╔══██║╚════██║╚════██║██║   ██║██╔══╝  ██║╚██╗██║
██║     ██║  ██║███████║███████║╚██████╔╝███████╗██║ ╚████║
╚═╝     ╚═╝  ╚═╝╚══════╝╚══════╝ ╚═════╝ ╚══════╝╚═╝  ╚═══╝
                                                           

Password-Generetor

Building a strong password in a simple way.

Restrictions:

  • the password lenght had to be between 8 and 32 characteres.
  • can't be a string.
  • can be assigned for empty name

OBS: The project may be had not a clean code, i'm working on.

Why PassGen?

I was looking for something to help me on my daily tests, day by day i use and create a lot of passwords, and this program help me to manage all passwords in a simple way.

brewImage Installing with brew.

First, you need to had a brew installed on your macOS/Linux, then you run the follow commands:

brew tap Luizerz/PassGen 
brew install PassGen 

and just run the code:
passgen -s size -p name

How work it ?

First of all, you need to clone this repo, following you'll need to do a swift run or swift build and then you can execute the binary.

git clone https://github.com/Luizerz/PassGen.git
swift run || swift build

After this, will be created a folder named by .build, where you'll find the binary executable. Be careful, in linux/macOS all .folders are hidden.

To execute properly you need to use a terminal and put the arguments.

Finally, on ./build go to debug folder (created by swift run || swift build as ./build) and there will be your binary executable file, they need to be called on terminal because the program need to arguments be wrote on input.

Example: ./passgen --size 12 --pass_name name or with brew install passgen --size 12 --pass_name name.

Demo1Gif
When you run the script, will be created a senhas.txtin your home directory to storage all passwords.

@Code by Luiz Sena at Apple Developer Academy

passgen's People

Contributors

luizerz avatar nillias avatar

Stargazers

 avatar  avatar  avatar

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.