Replies: 1 comment
-
Bluetooth-UnlockIn case the original author reads this, I like the simplicity of your implementation and my commentary is based on my very quick glance so please do correct me. Repo: https://github.com/LethalEthan/Bluetooth-Unlock
Comments: I really like the simplicity of this project. It essentially does what ProxyAuth does but with way less complexity and ease of use. It's essentially a program that runs when the machine is unlocked and it flips between lock or unlock state without using DBUS. There are a few limitations to this implementation which I will address below. If someone wants to have a simple Bluetooth login for their own personal use that is simple then this is the project you will want to look into. This is ideal for those who are in their own rooms and want to quickly access their machine without their family members or friends being able to pry into it when they are not around. Limitations: Due to its simplicity, it's not ideal in a security perspective and does have edge cases that will probably make the program fail (I didn't take a deep look and didn't test it so I could be wrong which is likely since I glanced the code for less than 5 mins. That's the beauty of this implementation, so simple and it works). I am also a bit confused about the tabbing logic because in Python it looks like it shouldn't work (I haven't manually ran it nor look at the file in raw) and I did take a very quick glance at it (this is why I hate Python tabbing no bracket)
Overall:
to update Side NoteI definitely know that the proxyAuth group would have been much happier and more cooperative if we have done something like this. Sorry to ___ for saying Python was not a valid option (well I did say it was possible but not the best idea and it wasn't something PAM normally supports). If we did not work on a PAM, then Python would have been a perfectly viable option. |
Beta Was this translation helpful? Give feedback.
-
Purpose
There are a few different projects similar to this one and are stable. It would be interesting to take a look at what they are doing and compare our approaches to see what is the best way to approach this problem
Tasks/Goals
Summary
To fill out once the issue is to be closed. Give a short summary of the changes you made to implement or fix an issue
Beta Was this translation helpful? Give feedback.
All reactions