Password manager in Vue.js 3

This page summarizes the projects mentioned and recommended in the original post on /r/vuejs

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vaults

    Password manager featuring client-side encryption, vaults, folders and more. (by IcyDrae)

  • About your second point, the plain text master password is not submitted in the controller, the master password is firstly hashed on the front end using the encryption key as a salt(100,100 + 1 iterations of PBKDF2), and then in the back end again hashed another 100,000 times using a random salt. Take a look at the security schema here , the authentication service in the front end here and the back end Symfony config which handles the password before the controller here

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to link pass with a mobile environment

    1 project | /r/linuxquestions | 30 Dec 2022
  • ProtonMail bridge on FreeBSD

    4 projects | /r/ProtonMail | 2 Dec 2022
  • Install CLI tool as module

    2 projects | /r/golang | 5 Oct 2022
  • How to derive a password from a hash?

    2 projects | /r/cryptography | 31 Aug 2022
  • Pash – A simple password manager using GPG written in Posix sh

    1 project | news.ycombinator.com | 1 Aug 2022