mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[GH-ISSUE #155] Signature Generation, undefined method named getSecurityHandler #671
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#671
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gcoda on GitHub (Feb 15, 2018).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/155
Originally assigned to: @sadok-f on GitHub.
When i am trying to run:
I am getting
Looks like this is really the fix, but i have zero experience with modern PHP, just
$app['image.handler']->SecurityHandler()is enough?As a side note, after writing comparable encrypt function in javascript i found something weird.
I needed to convert hashed key and vector to string hex and cut them. Is this expected?
@sadok-f commented on GitHub (Feb 15, 2018):
Thank you for submitting the issue.
I identified the bug and it's in review now.
@sadok-f commented on GitHub (Feb 15, 2018):
Fixed is pushed and merged.
Thank you again for reporting the bug, regarding the javascript implementation, I'm really not sure about it, maybe @baamenabar can check with you.