Analyzing Security Flaws in the Java Note-Taking Apps

Program 01 Analyzing There is no possibility for a user to change the password without going to the code and change app password manually The password is stored in the NotepadActivity.new_password  and it is not encapsulated. Meaning, every programmer may view, edit, access the password within any part of the project. 3. The password is […]

Analyzing Security Flaws in the Java Note-Taking Apps Read More ยป