Module:ns.crypto
From NoxBot the modular PHP IRC bot
(Redirected from Command:ns.crypto.decrypt)
| Module: ns.crypto | |
|---|---|
| Developer | Mark Sanders |
| Namespace | ns |
| Commands | decrypt encrypt |
| Copyright | 2005-2009 Mark Sanders |
| License | GNU GPLv3 |
Description
This module exposes encryption capabilities.
See also http://php.net/mcrypt
Commands
decrypt
- No AuthGroup defined.
- No aliases defined.
- Arguments: required:nonempty named as "type", required:nonempty named as "mode", required:nonempty named as "key", required:nonempty named as "data"
- Chaining: Chaining capable
- Help line: Decrypts a cryptographic base64_encoded string.
This command is a based on PHP function mcrypt_decrypt but with slightly different arguments.
encrypt
- No AuthGroup defined.
- No aliases defined.
- Arguments: required:nonempty named as "type", required:nonempty named as "mode", required:nonempty named as "key", required:nonempty named as "data"
- Chaining: Chaining capable
- Help line: Encrypts a string and returns a cryptographic base64_encoded string.
This command is a based on PHP function mcrypt_encrypt but with slightly different arguments.
Copyright and License
Copyright (C) 2005-2009 Mark Sanders
License: GNU GPLv3
User comments
|
Below you can find comments and annotations added by users. |
No comments added yet. Be the first to add a new comment. Be sure that you understand the guidelines of commenting.
|
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 | |||||

