Difference between revisions of "User:Mkaimer"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
m
Line 18: Line 18:


<ul>
<ul>
<li> App setup to use the pattern lock:
<li> To use the pattern lock we prepare an App setup:
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> 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> When saving the XML files and running the app, the thickness of the points is not apparent, so i 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> 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.
<li> An error message is either deleted or printed out. Can additionally lead to a locking of the device. Optionally, there are color adjustments or optical adjustments of the lines.





Revision as of 16:53, 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

      • To use the pattern lock we prepare an App setup:
      • 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 i 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 deleted or printed out. Can additionally lead to a locking of the device. Optionally, there are color adjustments or optical adjustments of the lines.

        Courses