Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[WIP] [security] adding a tip about supported algorithm for 'hash' function#3325

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
weaverryan merged 2 commits intosymfony:2.2fromFlorianLB:supported_algorithms
Dec 26, 2013

Conversation

FlorianLB
Copy link

QA
Doc fix?yes
New docs?no
Applies to2.2+
Fixed tickets#3158

@wouterj
Copy link
Member

Could you please addthe PR format to your PR description?

@@ -1358,6 +1358,10 @@ the password is simply run through the ``sha1`` algorithm one time and without
any extra encoding. You can now calculate the hashed password either programmatically
(e.g. ``hash('sha1', 'ryanpass')``) or via some online tool like `functions-online.com`_

.. tip::

Supported algorithms for this method depend on your PHP version. Full list is available calling the PHP method ``hash_algos()``.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

you should break a line after the first word that crosses the 72th character.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

And what about "A full list is available [...]"?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

and, as last, you can use a PHP.net link:

:phpfunction:`hash_algos`

@xabbuh
Copy link
Member

hash_algos() is a function not a method, isn't it?

@FlorianLB
Copy link
Author

Thx for feedback. Fixed.

weaverryan added a commit that referenced this pull requestDec 26, 2013
[WIP] [security] adding a tip about supported algorithm for 'hash' function
@weaverryanweaverryan merged commit18ea83c intosymfony:2.2Dec 26, 2013
@weaverryan
Copy link
Member

Nice work Florian! Very nice to meet you at the conference!

@weaverryanweaverryan mentioned this pull requestDec 26, 2013
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@FlorianLB@wouterj@xabbuh@weaverryan

[8]ページ先頭

©2009-2025 Movatter.jp