Skip to content

Commit a851b67

Browse files
committed
Cosetic changes in FAQ.md.
1 parent 93596c6 commit a851b67

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/FAQ.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
# Frequently asked questions
22
Please read this, if you're unsure how the program works.
33

4+
45
## Where passwords are stored?
6+
57
Your passwords are stored locally, so only you can access this file from your's computer. Files are stored in default
68
local app data directory (default is `C:\Users\YOUR_USERNAME\AppData\Local`).
79

10+
811
## How passwords are saved?
12+
913
All password are stored in local SQLite database. ([What's SQLite?][sqlite]</sup>) Before program saves them, they're
1014
being encrypted with alpha password, which is encrypted with beta password.
1115

16+
1217
## What are alpha and beta passwords?
18+
1319
All passwords are encrypted with alpha password. So with the same alpha password, two passwords will be encrypted in
1420
the same way.
1521

@@ -19,26 +25,36 @@ encrypted with another combination of alpha and beta passwords.
1925

2026

2127
## Who has access passwords?
28+
2229
Only those who are using program, on your's computer profile. Different users on the same PC will have separate settings
2330
and saved data.
2431

32+
2533
## Program is acting weird, what can I do?
34+
2635
Probably 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+
2940
That's great! Be sure to make an enhancement [issue][issues].
3041

3142
Or if you're a Python
3243
programmer you can make a [pull request][pulls] with code changes.
3344

45+
3446
## How can I get in touch with developer?
47+
3548
You 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+
3853
You 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

Comments
 (0)