-
Notifications
You must be signed in to change notification settings - Fork 31
FAQs.md #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAQs.md #43
Conversation
RyuzakiKK
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good!
Just a couple of minor fixes and it is perfect.
FAQs.md
Outdated
|
|
||
| **Can I make a manual backup of my database?** | ||
|
|
||
| - Yes, you can make a manual backup of a note database. The database is stored in a location on your device storage name ```NoteCrypt```. From that folder, you can see all your database file and can copy them to another location or send to your cloud storage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"name" to "named"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes you are right.
FAQs.md
Outdated
|
|
||
| **What is the minimum length of characters to set a password?** | ||
|
|
||
| - The minimum password for a database is one character, however, it's not advisable to secure a database with just a single digit or alphabet. NoteCrypt allows numeric and alphabetic password entry. For more security, create a password mixed with alphabets and numbers up to 8 characters. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the end we are talking of ways to achieve more security. So instead of "up to" it should be "at least 8 characters"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright.
This is the FAQs document. Please point out where you need corrections to be made. Thanks.