Giter Club home page Giter Club logo

encrypt-password's Introduction

encrypt-password

密码加密,基于 AES-CTR-256

  • 支持对字符串进行加密
  • 支持对加密后的串进行解密
  • 生成的串支持一件复制
  • 支持自定义 AES key

在线地址

此工具的由来 :

大家都知道,由于账号越来越多,密码记忆变变得越来越困难。许多人偷懒的在多个网站使用同一个密码,这将导致一个账户密码泄露后,其它账号将面临泄露的风险。

当然,许多人就开始使用密码管理器来生成,记忆密码了。比较著名的有 1PasswordLastPassKeePassEnpass 等等。

但我觉得,如果都直接存明文,万一密码管理器的主密钥泄露,或者加密算法被黑客破解(虽然可能性很低),但一旦出问题,里面的所有账号就都裸奔了。

于是想到先对密码加密,然后将加密后的密码存放到密码管理器上,这样,即使被泄露,密码也是被加密的,对我们几乎没有影响。

  • 最佳实践:
  1. 对于不是很重要的张账号密码直接保存密码即可(兼顾安全和方便性)
  2. 对于比较重要的账号密码建议又密码生产器生成密码后,再使用加密算法加密,然后再添加到密码管理器里。
  3. 输入密码时,账号可以选择自动填入,密码解密后再粘贴,既可快速登陆
  4. 时常清空手机、电脑的剪切板

encrypt-password's People

Contributors

itboos 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.