WordPress: Wordpress Nonce Implementation:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
(新页面: Nonces are used as a security related protection to prevent attacks and mistakes. The documentation provided to Nonces in wordpress is quite weak, because there is not much Information av...)
 
无编辑摘要
第1行: 第1行:
Nonces are used as a security related protection to prevent attacks and mistakes. The documentation provided to Nonces in wordpress is quite weak, because there is not much Information available.
Nonces are used as a security related protection to prevent attacks and mistakes. The documentation provided to Nonces in wordpress is quite weak, because there is not much Information available.
Nonces用作安全相关的保护,阻止袭击,防止出错。WordPress提供的有关Nonces的文件内容薄弱,因为其中没有多少信息。


Wordpress has Nonces implemented, the API provides Functions, Actions and Filters for it. Some Functions are pluggable as well (and therefore easy to attack?).
Wordpress has Nonces implemented, the API provides Functions, Actions and Filters for it. Some Functions are pluggable as well (and therefore easy to attack?).
WordPress执行了Nonces,API为Nonces提供了函数,Actions和Filters。一些函数是可插入的(因此很容易遭到袭击?)。


The result of a discussion about how wordpress uses Nonces and Nonces in general is not documented in Codex. Nonces Implementation have sometimes been fixed because the code had bugs.
The result of a discussion about how wordpress uses Nonces and Nonces in general is not documented in Codex. Nonces Implementation have sometimes been fixed because the code had bugs.


关于wordpress怎样使用Nonces以及Nonces一般不归档在Codex中的讨论结果。Nonces执行有时候得到解决,因为代码上有程序缺陷。
== Wordpress Nonce Resources ==
== Wordpress Nonce Resources ==
== Wordpress Nonce 资源 ==
* [http://markjaquith.wordpress.com/2006/06/02/wordpress-203-nonces/ Mark on Wordpress Nonces]
* [http://markjaquith.wordpress.com/2006/06/02/wordpress-203-nonces/ Mark on Wordpress Nonces]
* [http://markjaquith.wordpress.com/2006/06/02/wordpress-203-nonces/ Mark on Wordpress Nonces]


== Nonce related [[WordPress:Function Reference|Functions]]==
== Nonce related [[WordPress:Function Reference|Functions]]==
== Nonce 相关的 [[WordPress:Function Reference|函数]]==
* [[WordPress:Function Reference/wp_create_nonce|wp_create_nonce]]
* [[WordPress:Function Reference/wp_verify_nonce|wp_verify_nonce]]
* [[WordPress:Function Reference/wp_create_nonce|wp_create_nonce]]
* [[WordPress:Function Reference/wp_create_nonce|wp_create_nonce]]
* [[WordPress:Function Reference/wp_verify_nonce|wp_verify_nonce]]
* [[WordPress:Function Reference/wp_verify_nonce|wp_verify_nonce]]


== Nonce related Codex Topics ==
== Nonce related Codex Topics ==
== Nonce 相关的 Codex 话题 ==
* [[WordPress:Creating Options Pages]]
* [[WordPress:Creating Options Pages]]
* [[WordPress:Plugin API/Filter Reference]]
* [[WordPress:Plugin API/Filter Reference]]
* [[WordPress:Plugin API/Action Reference]]
* [[WordPress:Plugin API/Action Reference]]
{{Stub}}
* [[WordPress:Creating Options Pages|创建选项页面]]
* [[WordPress:Plugin API/Filter Reference|插件API/Filter Reference]]
* [[WordPress:Plugin API/Action Reference|插件API/Action Reference]]


{{Stub}}
{{Stub}}

2008年9月18日 (四) 14:02的版本

Nonces are used as a security related protection to prevent attacks and mistakes. The documentation provided to Nonces in wordpress is quite weak, because there is not much Information available.

Nonces用作安全相关的保护,阻止袭击,防止出错。WordPress提供的有关Nonces的文件内容薄弱,因为其中没有多少信息。

Wordpress has Nonces implemented, the API provides Functions, Actions and Filters for it. Some Functions are pluggable as well (and therefore easy to attack?).

WordPress执行了Nonces,API为Nonces提供了函数,Actions和Filters。一些函数是可插入的(因此很容易遭到袭击?)。

The result of a discussion about how wordpress uses Nonces and Nonces in general is not documented in Codex. Nonces Implementation have sometimes been fixed because the code had bugs.

关于wordpress怎样使用Nonces以及Nonces一般不归档在Codex中的讨论结果。Nonces执行有时候得到解决,因为代码上有程序缺陷。

Wordpress Nonce Resources

Wordpress Nonce 资源



Nonce related Functions

Nonce 相关的 函数

Nonce related Codex Topics

Nonce 相关的 Codex 话题

This page is [[WordPress::Category:Stubs|marked]] as incomplete. You can help Codex by expanding it.


This page is [[WordPress::Category:Stubs|marked]] as incomplete. You can help Codex by expanding it.