Git Product home page Git Product logo

password's Introduction

一个使用助记词和区分词来生成密码的网页。 如使用123456作为助记词,github作为区分词,然后可以生成10位带有大小写,标点符号和数字的密码。 fork的是这个项目:https://github.com/Wsine/seekpassword

自定义

/src/seekpass_word.js文件中的str字符串的内容随便填。可以填一句话一首诗等任何符合字符串的内容。

自定义加密用字词

修改 /src/seekpass_word.js文件中的md5two,md5three的字符串,生成的密码也会变化。 同样,可以改成自己喜欢的内容,比如一首诗。 使用时可以使用GitHub Pages搭建的网页版,也可以直接下载下来然后本地打开index.html文件后在浏览器使用。(个人更建议这种。)

自定义长度

修改/src/seekpass_word.js 37.38行(大致位置)的数字10,将其修改成需要的长度即可。 比如改成15,则会生成15个字符串长度的密码。

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.