Module:ns.wrap.php.crypto
From NoxBot the modular PHP IRC bot
| Module: ns.wrap.php.crypto | |
|---|---|
| Developer | Mark Sanders |
| Namespace | wrap.php |
| Authgroup | wrap_php |
| Commands | crc32 sha1 |
| Copyright | 2005-2009 Mark Sanders |
| License | GNU GPLv3 |
Description
This module is a generated module based on various functions in PHP.
The commands in here will act more or less identical to the functions in PHP although their argument handling is mostly checked before being passed to the actual function because of the way argument handling works.
Also the return values will always be a string and the incoming arguments the same. There is some magic performed around the return values to make them agreeable to the NoxScript way of dealing with them.
Errors are not captured or returned to the user although they may display in the console.
Some PHP functions may do things you would not want in a bot.
Use these commands at your own risk.
The extensions are: hash, mhash.
Commands
crc32
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "crc32". See also http://php.net/crc32
This command is a wrapper for the PHP function crc32.
crypt
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, optional:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "crypt". See also http://php.net/crypt
This command is a wrapper for the PHP function crypt.
hash
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "hash". See also http://php.net/hash
This command is a wrapper for the PHP function hash.
hash_hmac
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, required:nonempty, required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "hash_hmac". See also http://php.net/hash_hmac
This command is a wrapper for the PHP function hash_hmac.
md5
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "md5". See also http://php.net/md5
This command is a wrapper for the PHP function md5.
mhash
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:constant, required:nonempty, optional:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "mhash". See also http://php.net/mhash
This command is a wrapper for the PHP function mhash.
mhash_keygen_s2k
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:constant, required:nonempty, required:nonempty, required:integer
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "mhash_keygen_s2k". See also http://php.net/mhash_keygen_s2k
This command is a wrapper for the PHP function mhash_keygen_s2k.
sha1
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "sha1". See also http://php.net/sha1
This command is a wrapper for the PHP function sha1.
Copyright and License
Copyright (C) 2005-2009 Mark Sanders
License: GNU GPLv3
User comments
|
Below you can find comments and annotations added by users. |
|
User comments can include false information. We are not responsble for the content posted by users. |
|
Useful links for NoxBot users | |||||
|
Browse through the functionality of NoxBot by | |||||
|
Useful links for NoxBot Developers and module writers | |||||

