All Projects → fpass → Fpass

fpass / Fpass

Licence: gpl-3.0
FPASS · 密码安全管理工具

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fpass

Honoka
Honoka is one of the original Bootstrap theme.
Stars: ✭ 634 (+498.11%)
Mutual labels:  webpack, bootstrap
Vue2 Admin Lte
📊 adminLTE to vuejs v2.x converting project
Stars: ✭ 1,023 (+865.09%)
Mutual labels:  webpack, bootstrap
Learningprocess
💥 本仓库用于记录我的学习历程和学习笔记
Stars: ✭ 31 (-70.75%)
Mutual labels:  webpack, bootstrap
Adminkit
🧰 AdminKit is a free & open source Bootstrap 5 Admin Template
Stars: ✭ 395 (+272.64%)
Mutual labels:  webpack, bootstrap
Phaser Es6 Webpack
A bootstrap project for create games with Phaser + ES6 + Webpack.
Stars: ✭ 1,266 (+1094.34%)
Mutual labels:  webpack, bootstrap
React Typescript Web Extension Starter
🖥 A Web Extension starter kit built with React, TypeScript, SCSS, Storybook, Jest, EsLint, Prettier, Webpack and Bootstrap. Supports Google Chrome + Mozilla Firefox + Brave Browser 🔥
Stars: ✭ 510 (+381.13%)
Mutual labels:  webpack, bootstrap
Mdb Webpack Starter
Webpack Starter for Material Design for Bootstrap UI Kit based on the latest Bootstrap 5.
Stars: ✭ 39 (-63.21%)
Mutual labels:  webpack, bootstrap
100 Days Of Code Frontend
Curriculum for learning front-end development during #100DaysOfCode.
Stars: ✭ 2,419 (+2182.08%)
Mutual labels:  webpack, bootstrap
Blog By Nodejs
NodeJs + Mongoose + Express + jQuery + BootStrap + Ejs + Webpack搭建多人博客
Stars: ✭ 72 (-32.08%)
Mutual labels:  webpack, bootstrap
Diceware
Generate secure passwords you can actually remember!
Stars: ✭ 66 (-37.74%)
Mutual labels:  password, bootstrap
Js Stack From Scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+17649.06%)
Mutual labels:  webpack, bootstrap
Crmcore
A lightweight CRM Web Application builds with a clean modern architecture and technology
Stars: ✭ 87 (-17.92%)
Mutual labels:  webpack, bootstrap
Cookiecutter Flask
A flask template with Bootstrap 4, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
Stars: ✭ 3,967 (+3642.45%)
Mutual labels:  webpack, bootstrap
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (-2.83%)
Mutual labels:  webpack, bootstrap
Three Seed
A Three.js starter project with ES6 and Webpack
Stars: ✭ 213 (+100.94%)
Mutual labels:  webpack, bootstrap
Webpack React
📦 A sample project to demonstrate bundling ES6, React, SASS and Bootstrap with Webpack
Stars: ✭ 36 (-66.04%)
Mutual labels:  webpack, bootstrap
Baumeister
👷 The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
Stars: ✭ 171 (+61.32%)
Mutual labels:  webpack, bootstrap
Feathers Vue
A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO
Stars: ✭ 195 (+83.96%)
Mutual labels:  webpack, bootstrap
Vue
Stars: ✭ 65 (-38.68%)
Mutual labels:  webpack, bootstrap
React Dashboard
🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥
Stars: ✭ 1,268 (+1096.23%)
Mutual labels:  webpack, bootstrap
  _____   ____       _      ____    ____
 |  ___| |  _ \     / \    / ___|  / ___|
 | |_    | |_) |   / _ \   \___ \  \___ \
 |  _|   |  __/   / ___ \   ___) |  ___) |
 |_|     |_|     /_/   \_\ |____/  |____/

GPL-3.0 Sync Gitee Build Status

只需记住一个足够长的安全主密码,无需安装任何插件、应用,就可以安全管理所有网站的密码

https://fpass.github.io

功能

  • [x] 防止黑客攻击,可生成符合网站密码长度限制的最长且包含大小写字母和数字的强密码
  • [x] 防止社工撞库,不同网站生成的密码不同
  • [x] 不可逆,即使其中一个网站的密码明文泄露也不会令你的主密码暴露

使用

访问 https://fpass.github.io 选择域名,输入安全主密码,点击确定即可生成

生成的密码将被复制到剪贴板,页面不做展示,可直接粘贴到网站的密码框中使用

如果您需要设置密码的网站不在列表之中,欢迎提 issue 或 pull request 添加

也可以选择列表第一项 自定义 来自由生成密码

私人设备,可使用浏览器或应用的记住密码功能保存密码,避免每次登录需要重新生成、输入

原理

我们将通过下列步骤为您生成密码

  1. 将输入的密码拼接上网站域名,使用 SHA-512 对其进行 3 次计算
  2. 依据网站对密码最大长度限制截取计算结果
  3. 依据 ASCII 对截取结果的前 3 位字符做转换操作,第 1 位转大写字母,第 2 位转小写字母,第 3 位转数字

包含大小写字母和数字的密码,可以满足绝大多数网站对密码强度的要求

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].