GithubHelp home page GithubHelp logo

deathkel / nopassword Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 3.96 MB

stateless password generate,通过输入内容 获取唯一密码(不存储在任何地方)

License: MIT License

Go 100.00%
password-generator golang password-safety password-manager password password-store alfred-workflow alfred3-workflow alfred3 alfred

nopassword's Introduction

noPassword

一个密码生成器,用于生成随机字符密码,使用golang编写,可生成多平台二进制可执行程序

简单描述

  • 这是一个简单的密码生成工具,目的在于为每个需要登录的应用设置自己的不同的密码,且不在任何地方存储自己的密码,每次需要密码时通过指定格式的方式生成密码。
  • 程序会根据 执行程序后面的所有参数生成对应的随机字符串(随机字符串包括09,az,A~Z)

原理

应用名称 + 生成密码算法 + 任意密码 * N = 唯一密码

格式示例

  • 应用名称 + 独立密码
  • 应用名称 + 子应用名称 + 独立密码
  • 其他任意格式

使用示例

./noPassword 网易 123456

5cD2mT1kS7oA9yA1eN3sC0fL3fN5nV0a

### 指定密码长度

./noPassword -l 16 网易 123456

5cL0aI0hL5tW6jM0

环境搭建

  1. 依赖组件: golang依赖管理工具:dep
  2. 设置GOPATH工作目录 sudo vim ~/.bash_profile export GOPATH="/www/go" source ~/.bash_profile
  3. 安装golang依赖库 dep ensure

使用

  1. 编译与启动程序 cd main && go build noPassword.go ./noPassword 网易 123456

2 编译其他平台 参考此处

在Alfred中使用

  1. 将plugin\flred中的noPassword.alfredworkflow扩展加入alfred的workflow
  2. 命令示例 np 网易 123456,按回车复制获得的密码 alfred-example

nopassword's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ddai-dev

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.