Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Noncify
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="RastaLulz" data-source="post: 440917" data-attributes="member: 1"><p>Opened a <a href="https://github.com/Markshall/Noncify/pull/1" target="_blank">pull request</a> so that the client can't modify the timestamp.</p><p></p><p>Out of curiosity, what is the first part of the nonce (substr(sha1($key), 0, 15)) attempting to accomplish, that the last part doesn't? At first glance it seems redundant.</p><p></p><p>For open source related stuff (and in general), I'd recommend following <a href="https://www.php-fig.org/psr/psr-1/" target="_blank">PSR-1</a> and <a href="https://www.php-fig.org/psr/psr-2/" target="_blank">PSR-2</a>; this makes it easier for contributors.</p></blockquote><p></p>
[QUOTE="RastaLulz, post: 440917, member: 1"] Opened a [URL='https://github.com/Markshall/Noncify/pull/1']pull request[/URL] so that the client can't modify the timestamp. Out of curiosity, what is the first part of the nonce (substr(sha1($key), 0, 15)) attempting to accomplish, that the last part doesn't? At first glance it seems redundant. For open source related stuff (and in general), I'd recommend following [URL='https://www.php-fig.org/psr/psr-1/']PSR-1[/URL] and [URL='https://www.php-fig.org/psr/psr-2/']PSR-2[/URL]; this makes it easier for contributors. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Noncify
Top