Navigation

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Groups
    • Search
    1. Home
    2. maz_net_au
    M
    • Continue chat with maz_net_au
    • Start new chat with maz_net_au
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    maz_net_au

    @maz_net_au

    64
    Reputation
    76
    Posts
    2684
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website maz.net.au/

    maz_net_au Follow
    Community Helper

    Posts made by maz_net_au

    • RE: Visa launch / press

      New ring with new chips.

      posted in Making payments with the NFC Ring
      M
      maz_net_au
    • RE: Sesame Input

      I did contact Microsoft about their companion devices framework and got a response from Anoosh asking for more information, but havent heard any more since then. I assume I'll get a response that either says that its not suitable for what we're doing here, or that we can get access to this framework. That'll presumably be win10 or higher so I'll keep working on the old solution anyway.
      My new NFC ring arrived today so I'll finish off the code and use that to register the new device to test the process and then upload it all to github.

      posted in General discussions and feedback
      M
      maz_net_au
    • RE: Sesame Input

      Made a heap of progress today but the new features aren't finished or tested. Of course there is heaps more work to do but I might be able to get around storing an unencrypted password finally. I've tested my new setup a few times and it works but I'm definitely in unchartered territory with this so I think I'll keep testing it myself for a while (a week or 2) in case it all goes horribly wrong.
      the good news is significantly improved registration process (i.e. you swipe a ring and the machine locks, when you log back in thats the account that it uses for unlocking). I'll have to ponder the implications of having that setup that way but for now it seems to work as well as the old solution.
      I have some more scenarios to test to see if i can find out what is requesting auth using the standard credential prompt. If i can get some kind of consistant ID I'll be able to make a plugin that handles a CredUI popup (i.e. when using remote desktop or file shares etc) and gives an appropriate response based on the ring swipe.

      Progress!

      All in all, a busy day. It made me laugh, it made me cry, but none of that matters so long as it works.

      posted in General discussions and feedback
      M
      maz_net_au
    • RE: Sesame Input

      My relocation is still being postponed for reasons beyond my control.
      It looks like I should probably apply for access to the companion device framework although it looks like it is essentially going to work the same way as the current Sesame software does, but fixes the issues I have with needing to hold onto the password.

      It's a long weekend this weekend so I'll see what I can do.

      posted in General discussions and feedback
      M
      maz_net_au
    • RE: Sesame Input

      Hi
      It has been a while. I lost the inlay out of my ring that I was using for unlocking my pc so i hadn't been using the software for a while. I just found it again tonight and once I glue it back in I should be able to do some more work on it. I have found one bug with the new network based architecture that I've fixed and I still need to finish writing the config file part of it.
      Does anyone have more specific focus for my net round of updates? Keeping in mind that I'm (obviously) the last person you'd ask to design UI and UX.
      Maz

      posted in General discussions and feedback
      M
      maz_net_au
    • RE: Windows Logon, your input welcome!

      @chadg
      There absolutely is progress happening with this. I'm putting updates in another thread https://forum.nfcring.com/topic/724/project-an-extensible-plugin-based-windows-service-that-performs-actions-for-nfc-events/38
      and the code is all on John's github https://github.com/mclear/Sesame

      posted in Ideas for using NFC Rings
      M
      maz_net_au
    • RE: [Project] An extensible (plugin based) windows service that performs actions for NFC events

      I'm in Japan again for a while. Hopefully today I can go and source some tiny NFC reader from Akihabara and then continue working on it this weekend (its a long weekend in Japan). I'll definitely post a video when i've made some more progress. I'll also update the github. But now that I've got this idea, I'm going to move the credential provider part of the service as a main part, rather than as a plugin so that it makes more sense to use this so suspend plugin processing (so that swiping a ring with an RDP credential prompt up doesnt lock your local machine instead of passing the login). Otherwise i'd have to make a more complex rules engine for processing plugins

      i.e. you'd "activate" a plugin to run "only when the machine is logged in" and set the order that they ran and also make one be able to stop processing all of the others. and this might have to be registered on a "per ring" basis.
      so
      check ring
      -> get list of plugins
      -> get machine state (locked, unlocked, awaiting credential)
      -> run plugins in order
      -> check plugin result, and stop processing plugins if required

      Its all doable. I'll work on it and post an update when i've made a decision for how I want to do things.

      posted in Ideas for using NFC Rings
      M
      maz_net_au
    • RE: [Project] An extensible (plugin based) windows service that performs actions for NFC events

      I was just tinkering and found a neat feature. Because my credential provider talks to the service, I can have it suspend the services normal functions when a credential window is active. Which means I can use my ring to log into remote servers etc. its just a matter of getting the name of the server from the context of the credential provider (im sure its there somewhere. otherwise it sends my usual username and password).
      Anyway. just thought that was cool.
      Maz

      posted in Ideas for using NFC Rings
      M
      maz_net_au
    • RE: [Project] An extensible (plugin based) windows service that performs actions for NFC events

      I am alive. I made it to the USA and i have my nfc reader with me. Unfortunately, I don't have a PC yet but I can continue development using my laptop (and windows 7).
      If people could use the issue tracker on https://github.com/mclear/Sesame that'd give my work a bit more direction.
      Thanks
      Maz

      posted in Ideas for using NFC Rings
      M
      maz_net_au
    • RE: Why contactless cards are safe

      That's interesting. The limit in Australia seems to be $100 (AUD.. currently about US$75) and there aren't any fees to recover your money if you report the problem promptly.

      posted in Making payments with the NFC Ring
      M
      maz_net_au