Skip to content

Commit 45f3bd1

Browse files
committed
Corrected the description in GitHub.
1 parent 3033781 commit 45f3bd1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

NOTICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Passtable (Android Application)
2-
Copyright 2022 Maxim Korolev
2+
Copyright 2024 Maxim Korolev
33
<br /><br />
44
### This software includes binary files and/or source codes from third party:
55

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
## Passtable
8-
Android application for storing passwords and confidential data. Written in Kotlin using its own core library. This application can be run on Android 6 and above. Opens ".passtable" files.
8+
Android application for storing passwords and confidential data. Written in Kotlin using its own core library. This application can be run on Android 7 and above. Opens ".passtable" files.
99

1010
```
1111
git clone --recursive https://github.com/Ladsers/Passtable-Android.git
@@ -18,11 +18,14 @@ The application does not contain paid functions and advertising.
1818
🔸 **Encryption** </br>
1919
Strong AES encryption based on the popular open source cryptography library [Bouncy Castle](https://www.bouncycastle.org/).
2020

21+
🔸 **Password generator** </br>
22+
The application includes its own password generator with a large set of parameters.
23+
2124
🔸 **File approach** </br>
2225
Passtable stores data in separate files, and not in the application itself. The advantage of this approach is that data sets can exist independently of each other and, if necessary, can easily be moved to another device (including PC).
2326

24-
🔸 **Quick data sorting** </br>
25-
Add tags when creating elements in one touch, and then quickly find your data using them.
27+
🔸 **Quick data filtering** </br>
28+
Add tags when creating items in one touch, and then quickly find your data using them.
2629

2730
🔸 **Biometric authentication** </br>
2831
Easy access to data using a fingerprint scanner.

0 commit comments

Comments
 (0)