Skip to content

sherry0429/StrongPwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strong_pwd

A cross platform tool to create strong password by user defined information, create by flutter.

Platform Supported Tested
windows yes yes
android yes yes
ios yes no
os_x yes no
linux yes no

Warning

$${\color{red}Don't \space use \space it \space on \space other \space people \space computers !}$$

intro

Why to use it

Sometime i have to process two questions below:

1. Account must be change password every 3 or 6 months.
2. I need to register a new account to avoid likes recommendations

Everytime i changed or create new safe password, it's make my mind like a storm.

If you have same question like me, this tool maybe help you.

How to use it

  1. input your pin code when first start. PIN
  2. click Name and Description to input anything you want. NAMEDESC NAMEDESCINPUT
  3. open your account changed & register web page and copy webpage url addweb
  4. paste it to this tool, and click 'save' website
  5. click listview which named like your url, password will be copied to clipboard copied
  6. paste your password to anywhere you want.

By the way, step.4, it could use any information to save, for example, you could use three types of web page like below: 1. https://test.com 2. test.com 3. this is account for test.com website

This info just to make you know, which item in list is password you need copied.

Security for this tool

  1. This tool is fully locally, it can't send any request to internet, so your all data locate on your device.
  2. This tool not save any account name and password, it just save name & desc & url and it's create time information, password only generated when click.
  3. This tool's data like name & desc etc, is encrypted and stored on your device, use AES method.
  4. PIN code use MD5, one hand encrypted.
  5. If strong_pwd_data.bin file be deleted, all data will be removed.[you could use this to reset pin if you forget, but data can not be recover.]
  6. Password at least include upper / lower letters and special signs, e.g: 4@fc6&564be{Ce

Data saved dir

this will changed in next version

file_lists:

  1. strong_pwd_data.bin
Platform file_dir
windows C:\Users{username}\Documents
android
ios
os_x
linux

Suggestions

  1. If you are flutter developer, you should changed AES sign and encrypt & decrypt method, and rebuild your own application, it will take more security.
  2. Don't use simple web url to paste, like www.google.com, it maybe same with others. better choice is use url on register page, most web service will generate unique page for register to trick user data.
  3. If you want to use on other platform, just copy file to right directory.
  4. Don't put all your secret here, it should only saved password which updated some times or unimportant
  5. Don't use this on other people's device!

End

this software is free, if it help you, please give me your stars. thanks.

About

A tool to create strong password by user defined information

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages