11# Frequently asked questions
22Please read this, if you're unsure how the program works.
33
4+
45## Where passwords are stored?
6+
57Your passwords are stored locally, so only you can access this file from your's computer. Files are stored in default
68local app data directory (default is ` C:\Users\YOUR_USERNAME\AppData\Local ` ).
79
10+
811## How passwords are saved?
12+
913All password are stored in local SQLite database. ([ What's SQLite?] [ sqlite ] </sup >) Before program saves them, they're
1014being encrypted with alpha password, which is encrypted with beta password.
1115
16+
1217## What are alpha and beta passwords?
18+
1319All passwords are encrypted with alpha password. So with the same alpha password, two passwords will be encrypted in
1420the same way.
1521
@@ -19,26 +25,36 @@ encrypted with another combination of alpha and beta passwords.
1925
2026
2127## Who has access passwords?
28+
2229Only those who are using program, on your's computer profile. Different users on the same PC will have separate settings
2330and saved data.
2431
32+
2533## Program is acting weird, what can I do?
34+
2635Probably you found a bug. Please let me know what it is by making and [ issue] [ issues ] .
2736
37+
2838## I think something could be done better
39+
2940That's great! Be sure to make an enhancement [ issue] [ issues ] .
3041
3142Or if you're a Python
3243programmer you can make a [ pull request] [ pulls ] with code changes.
3344
45+
3446## How can I get in touch with developer?
47+
3548You can invite me via Discord, my nick is ` Anonymous©#7296 ` or [ send me an email] [ mail ] .
3649
50+
3751## I've not found what am I looking for
52+
3853You have two options:
3954- Open new issue [ here] [ issues ] .
4055- Write to me.
4156
57+
4258[ sqlite ] : < https://www.sqlite.org/index.html >
4359[ issues ] : < https://github.com/AnonymousX86/Python-Password/issues/new/choose >
4460[ pulls ] : < https://github.com/AnonymousX86/Python-Password/pulls >
0 commit comments