Difference between revisions of "User:Mkaimer"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
m
Line 1: Line 1:
== Summary ==
== Summary ==
<br/>
<br/>
Login options on different platforms are very important security components. This bachelor thesis deals with the topic "passwordless login". Is passwordless login now a blessing or a curse? A detailed discussion will be conducted here. The alternatives of these login possibilities are analyzed and presented with advantages and disadvantages. For the design of the prototypical implementation, I will demonstrate how to protect an existing app using a pattern lock.
Login options on different platforms are very important security components. This bachelor thesis deals with the topic "passwordless login". Is passwordless login now a blessing or a curse? A detailed discussion will be conducted here. The alternatives of these login possibilities are analyzed and presented with advantages and disadvantages.  


== Authors ==
== Authors ==
Line 15: Line 15:




== Objective and results Chapter excerpt from my Bachelorthesis ==
== Objective and results: practical Chapter excerpt from my Bachelor Thesis==


<ul>
<ul>
<li>
<li> App setup to use the pattern lock:
I use a library as an existing framework and so it is possible to check what kind of movements the user is doing and if the validation is successful, the user gets a successful Android toast message. For the pattern view library setup, we need Jcenter. Jcenter is a framework pattern which contains pattern log view. For the design of the prototypical implementation, I will demonstrate how to protect an existing app using a pattern lock.
 
<li>When saving the XML files and running the app, the thickness of the points is not apparent, so you have to change the colors of white background and black dots on a black background with white dots. It is possible to change that with the background operant.
 
<li>One of the methods i need is Listener. Listener is invoked when the user wants to do something, such as moving the screen. Listener starts and then waits for a pattern-like movement of the user on the screen.
 
<li> An error message is either cleared or output. Can additionally lead to a lock of the device. Optionally, there are color adjustments or optical adjustments of the lines.
 


== Courses ==
== Courses ==
Line 28: Line 36:


<ul>
<ul>
<li>FH Campus Wien by Florian Krutzler: Masterthesis Security for RESTful Webservices
<li>
<p>http://pub.fh-campuswien.ac.at/obvfcwhsacc/download/pdf/2793220?originalFilename=true
<p>https://developer.android.com/reference/android/util/Log
</li>
</li>
<li>FH Campus Wien by Daniel Buchegger: Masterthesis Pretty Good Privacy, Usability im Web of Trust
<li>
<p>http://pub.fh-campuswien.ac.at/obvfcwhsacc/download/pdf/2241597?originalFilename=true
<p>https://developers.google.com/android/reference/com/google/android/gms/tasks/OnCompleteListener


   
   

Revision as of 16:20, 29 September 2019

Summary


Login options on different platforms are very important security components. This bachelor thesis deals with the topic "passwordless login". Is passwordless login now a blessing or a curse? A detailed discussion will be conducted here. The alternatives of these login possibilities are analyzed and presented with advantages and disadvantages.

Authors

  • Melanie Kaimer

    Used Hardware/Software

    • Android smartphone LG G5
    • Planned implementation with IntelliJ IDEA & Android Studio

      Objective and results: practical Chapter excerpt from my Bachelor Thesis

      • App setup to use the pattern lock: I use a library as an existing framework and so it is possible to check what kind of movements the user is doing and if the validation is successful, the user gets a successful Android toast message. For the pattern view library setup, we need Jcenter. Jcenter is a framework pattern which contains pattern log view. For the design of the prototypical implementation, I will demonstrate how to protect an existing app using a pattern lock.
      • When saving the XML files and running the app, the thickness of the points is not apparent, so you have to change the colors of white background and black dots on a black background with white dots. It is possible to change that with the background operant.
      • One of the methods i need is Listener. Listener is invoked when the user wants to do something, such as moving the screen. Listener starts and then waits for a pattern-like movement of the user on the screen.
      • An error message is either cleared or output. Can additionally lead to a lock of the device. Optionally, there are color adjustments or optical adjustments of the lines.

        Courses