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 |
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.
- input your pin code when first start.
- click Name and Description to input anything you want.
- open your account changed & register web page and copy webpage url
- paste it to this tool, and click 'save'
- click listview which named like your url, password will be copied to clipboard
- 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.
- This tool is fully locally, it can't send any request to internet, so your all data locate on your device.
- 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.
- This tool's data like name & desc etc, is encrypted and stored on your device, use AES method.
- PIN code use MD5, one hand encrypted.
- 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.]
- Password at least include upper / lower letters and special signs, e.g: 4@fc6&564be{Ce
this will changed in next version
file_lists:
- strong_pwd_data.bin
Platform | file_dir |
---|---|
windows | C:\Users{username}\Documents |
android | |
ios | |
os_x | |
linux |
- If you are flutter developer, you should changed AES sign and encrypt & decrypt method, and rebuild your own application, it will take more security.
- 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.
- If you want to use on other platform, just copy file to right directory.
- Don't put all your secret here, it should only saved password which updated some times or unimportant
- Don't use this on other people's device!
this software is free, if it help you, please give me your stars. thanks.