Skip to content

Commit

Permalink
Updated config files, screenshots and README
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentP committed Nov 27, 2023
1 parent 1416b6d commit a1f143d
Show file tree
Hide file tree
Showing 9 changed files with 212 additions and 195 deletions.
2 changes: 2 additions & 0 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ Pour lire le README en anglais, suivez ce lien : [README.md](README.md)

- Fichiers encryptés par l'algorithme AES-256-GCM
- Prise en charge de plusieurs utilisateurs avec un accès sécurisé
- Verrouillage automatique contre les tentatives de force brute
- Fermeture de session automatique après 15 minutes d'inactivité
- Générateur de mots de passe avancé pour des mots de passe forts et sécurisés
- Indicateur de force des mots de passe dans les formulaires
- Import et export des données brutes vers un fichier CSV
- Recherche rapide des comptes et actions rapides améliorant l'expérience utilisateur
- Bascule entre un mode sombre et un mode clair

## Développement

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ To see the README in French, follow this link : [README.fr.md](README.fr.md)

- Encrypted data files using the AES-256-GCM algorithm
- Multiple user support with secure access
- Automatic lock against brute force attempts
- Automatic logout after 15 minutes of inactivity
- Advanced password generator for strong and secure passwords
- Password strength indicator in forms
- Importing and exporting raw data to a CSV file
- Fast accounts search and actions improving the user experience
- Toggle between dark mode and light mode

## Development

Expand Down
397 changes: 205 additions & 192 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "password-manager",
"private": true,
"version": "0.1.1",
"version": "0.2.0",
"description": "A secure password manager using the AES-256-GCM algorithm",
"author": "Laurent Pascal",
"license": "MIT",
Expand Down
Binary file modified screenshots/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "password-manager"
version = "0.1.1"
version = "0.2.0"
description = "Password Manager"
authors = ["Laurent Pascal"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Password Manager",
"version": "0.1.1"
"version": "0.2.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit a1f143d

Please sign in to comment.