Open
Conversation
This was referenced Dec 13, 2025
Open
Open
Author
|
Update for those who are intereste:
|
Author
|
Author
|
@maxchehab since you are seemingly uncontactable, I'm going to rewrite this project so it's MIT-compatible (and then maybe put it on F-Droid 🤞) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While this repo is 8 years (!) old, it is still the top result on Google (or more factually, the top answer on the stackoverflow result which is first when Googling), yet it fails to work due to outdated/broken code. This PR:
=== NOTE: ===
The unlocker-daemon (and pairing tool) was modified to read the user from the keystore (i.e. each key is associated to one user) to prevent this script from reading the /etc/shadow file. As such, they keystore is now in the file named "keys" and not "keys.db" so (a) the program doesn't get confused with this backwards-incompatible change, and (b) so as to not confuse users who will see a .db file and erroniously assume it is as SQLite DB when it is infact a plaintext file.