-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TinyDB, Added GUI (Credentials viewer), Credentials Encryption #36
base: master
Are you sure you want to change the base?
Conversation
I'm away atm so can't take a deep dive, but I'd prefer if the formatting would stay the same (ruff + format on save). Thanks for the PR though, I'll take a better look once i get the chance. :) |
As requested modified :)
Fixed a bit of the formatting and organized the files just to help you in the right direction. I'm not really sure if it's necessary to encrypt the credentials that we generate, I want to keep this project pretty minimal and not really change the core feature set too much. I get that encrypting passwords is the norm for a lot of software, but I don't really think this is something that we need, a lot of other tools require a plaintext file as input to process your data, which would not be possible with this approach, this means you have to manually copy paste credentials. So I think we should move back to just the plaintext file storage and the GUI should reflect that. I think the GUI would be useful to some users though and if you'd like to keep working on this then as you mentioned you can keep improving the UI. This is just my opinion so if you think that encrypting credentials is necessary then please do argue your point. |
Hi @qtchaos , I understand the project's aim to be as minimal as possible. However, I find the current credentials-saving system too disorganized with text files. Regarding encrypting credentials, I find it to be the most basic standard for storing passwords. Would you be willing to merge this pull request into a new branch and mention the branch in the main repo README.md file "for advanced users"? I'm sure there are some people who will find these changes useful. Thanks, |
Posting another comment incase you missed the one above : ) @qtchaos |
Hey, sorry for the late reply I've been taking a break from maintaining this project.
This can and has been improved over time by allowing you to append credentials to a single file, I'm open to more features that allow it to be more organized (without a GUI). The point of this project isn't to be insanely organized and to essentially be a password manager for your mega.nz accounts, you generate an account and upload a file or two using the application itself or use it together with other scripts and that's it. If you want to keep using the account for a longer time then it's your own responsibility to add it to your password manager of choice. The first version only allowed you to generate the account and everything else has just been nice to have features which already make the program pretty bloated and harder to maintain.
As mentioned above, this project shouldn't be a glorified password manager for your mega.nz accounts.
Sure, once you or any other maintainer wants to make the changes that you mention in the TODO section of your first PR comment along with the ideas that we have discussed in this thread. As you mentioned I think some people would find this useful and I don't want all of your work to be wasted so I think this is the best choice as of now. |
Hi,
This is my first contribution to this project. I created a very similar project for another website and decided to share some of the code with you because you're amazing :D
Changelog:
-p
option (for public link) also saves to the database and is viewable with the GUI.Optional TODO:
Really love the project