Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
munezerobagira authored Oct 11, 2023
1 parent 4eceaae commit cc02d3e
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# passbag

[Passbag](./lib/assets/images/logo.png)
All you need about passwords
Make your weak password into super strong password.

## About

This is app help you to generate a strong password. It is implemented using flutter, so it can run in any platform, wether on mac, ios, android, or in browser.

## Algorithm

1. Provide your own secret from example secret
2. Provide your weak password for example mbags
3. Perfom hashing and encoding for your provided secret and weak password to generat a fixed length strong password
4. Get your strong password

- No information is saved in browser or database, you own your own password












An app with the vision to make you an password genius. You don't need password manager. All you need is strong usable password, and only way to get it.

1 comment on commit cc02d3e

@vercel
Copy link

@vercel vercel bot commented on cc02d3e Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

passbags – ./

passbags-sos10e.vercel.app
passbags-git-main-sos10e.vercel.app
passbags.vercel.app

Please sign in to comment.