Skip to content

Commit

Permalink
Merge branch 'develop'. Update README, WebManifest, screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr-Kniaz committed Dec 17, 2024
2 parents 750f6fb + b35c407 commit e1d97f4
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

## About

<p align="center"><img src="pictures/screenshots-mobile.png" alt="Screenshots"></p>
<p align="center"><img src="pictures/ui-responsible-screenshots.png" alt="Screenshots"></p>

**HBDPG-2** *(Hashing-based Deterministic Password Generator – 2nd Gen)* is a open-source, cross-platform Web-application for deterministic password generation with a focus on security and brute-force attack resistance. The application is designed to solve the problem of creating, remembering and storing strong passwords.

Expand Down
32 changes: 16 additions & 16 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -103,32 +103,32 @@
"categories": [ "security" ],
"screenshots": [ {
"src": "pictures/screenshot-desktop-1.png",
"sizes": "2200x1700",
"type": "image/png",
"sizes": "3628x2720",
"type": "image/webp",
"form_factor": "wide",
"label": "Create and remember two different passphrases."
"label": "Use two distinct passphrases, choose password length you need."
}, {
"src": "pictures/screenshot-desktop-2.png",
"sizes": "2200x1700",
"type": "image/png",
"src": "pictures/screenshot-desktop-2.webp",
"sizes": "3628x2720",
"type": "image/webp",
"form_factor": "wide",
"label": "Generate your strong password!"
}, {
"src": "pictures/screenshot-mobile-1.png",
"sizes": "1170x2300",
"type": "image/png",
"src": "pictures/screenshot-mobile-1.webp",
"sizes": "2060x3448",
"type": "image/webp",
"form_factor": "narrow",
"label": "Create and remember two different passphrases."
"label": "Use two distinct passphrases."
}, {
"src": "pictures/screenshot-mobile-2.png",
"sizes": "1170x2300",
"type": "image/png",
"src": "pictures/screenshot-mobile-2.webp",
"sizes": "2060x3448",
"type": "image/webp",
"form_factor": "narrow",
"label": "Choose password length you need."
}, {
"src": "pictures/screenshot-mobile-3.png",
"sizes": "1170x2300",
"type": "image/png",
"src": "pictures/screenshot-mobile-3.webp",
"sizes": "2060x3448",
"type": "image/webp",
"form_factor": "narrow",
"label": "Generate your strong password!"
} ]
Expand Down
Binary file removed pictures/screenshot-desktop-1.png
Binary file not shown.
Binary file added pictures/screenshot-desktop-1.webp
Binary file not shown.
Binary file removed pictures/screenshot-desktop-2.png
Binary file not shown.
Binary file added pictures/screenshot-desktop-2.webp
Binary file not shown.
Binary file removed pictures/screenshot-mobile-1.png
Binary file not shown.
Binary file added pictures/screenshot-mobile-1.webp
Binary file not shown.
Binary file removed pictures/screenshot-mobile-2.png
Binary file not shown.
Binary file added pictures/screenshot-mobile-2.webp
Binary file not shown.
Binary file removed pictures/screenshot-mobile-3.png
Binary file not shown.
Binary file added pictures/screenshot-mobile-3.webp
Binary file not shown.
Binary file removed pictures/screenshots-mobile.png
Binary file not shown.
Binary file added pictures/ui-responsible-screenshots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e1d97f4

Please sign in to comment.