dodano README

This commit is contained in:
mikgaw@st.amu.edu.pl 2024-02-18 15:06:32 +01:00
parent c2749f7020
commit 4244b714d4
2 changed files with 3 additions and 1 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# AES-secured-notepad
To bezpieczny notatnik szyfrujący dane algorytmem AES-256.

View File

@ -77,7 +77,6 @@ public class MainActivity extends AppCompatActivity {
private void logOut(){
Intent intent = new Intent(getApplicationContext(), Login.class);
startActivity(intent);