-
Notifications
You must be signed in to change notification settings - Fork 211
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
Increase sharingKey complexity #883
Labels
Comments
FYI, I've done it here :
|
Hi, |
Is this ok for you : |
Yeah, it looks good to me!
…-- Sorry for being brief, sent from my phone.
On Thu, 2 May 2024, 22:21 VirtualGit, ***@***.***> wrote:
Is this ok for you :
(I'm not CSS expert !)
***@***.***
<VirtualGit@edf03fe>
That leads to :
screenshot_20240502_220320.png (view on web)
<https://github.com/bpatrik/pigallery2/assets/14853220/e129a2b8-f2eb-4868-b297-ada97f94cee4>
and :
screenshot_20240502_220416.png (view on web)
<https://github.com/bpatrik/pigallery2/assets/14853220/fb7e0b69-1f38-4915-9614-29287cd52c21>
—
Reply to this email directly, view it on GitHub
<#883 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZKA5RHNNQZ64NFJMKB3ATZAKN5HAVCNFSM6AAAAABGBAMWH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJRGQ4DSNBQGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
VirtualGit
added a commit
to VirtualGit/pigallery2
that referenced
this issue
Jun 9, 2024
…etting description. (refs bpatrik#883)
VirtualGit
added a commit
to VirtualGit/pigallery2
that referenced
this issue
Jun 9, 2024
…etting description. (refs bpatrik#883)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Sharing an album is possible without password thanks to a sharing key. That's exactly my need. But I find the sharing key complexity absolutely too much weak. It is currently composed of 8 characters including [0-9a-f]. From my point of view this is too weak.
Describe the solution you'd like
I'm interested in having a much more secure sharing key. At least 32 characters, maybe 64, instead of 8. Even better, characters could be taken from [0-9A-Za-z], which increase number of combinations. Maybe the sharing key length could be a setting ?
Describe alternatives you've considered (optional)
No alternative.
I can work on it and push a MR if you want. I'm not familiar with open-source collaboration, but there's a first time for everything :) If so, tell me the direction you'd prefer.
The text was updated successfully, but these errors were encountered: