Module:ns.crypto

From NoxBot the modular PHP IRC bot

(Redirected from Command:ns.crypto.decrypt)
Jump to: navigation, search
Module: ns.crypto
DeveloperMark Sanders
Namespacens
Commandsdecrypt encrypt
Copyright2005-2009 Mark Sanders
LicenseGNU GPLv3

Description

This module exposes encryption capabilities.

See also http://php.net/mcrypt

This module depends on the existance of PHP extension mrypt.


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.

This command depends on the PHP extension mrypt.


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.

This command depends on the PHP extension mrypt.


Copyright and License

Copyright (C) 2005-2009 Mark Sanders

License: GNU GPLv3

User comments

Add a comment

Below you can find comments and annotations added by users.

Comments

No comments added yet. Be the first to add a new comment. Be sure that you understand the guidelines of commenting.

Add a comment

User comments can include false information.

We are not responsble for the content posted by users.

Comments

Useful links for NoxBot users

Documentation home

Live Support

Credits

Licensing

Known bugs

Requested features

Browse through the functionality of NoxBot by

Modules

Commands

Validators

Namespaces

AuthGroups

Developers

Useful links for NoxBot Developers and module writers

Api reference

SVN repository

Trac timeline

Roadmap

Active tickets

Create ticket

Personal tools