| Home | Trees | Indices | Help |
|---|
|
|
This is the encoding / decoding functions collection for DharmaEncoder. It allows you to encode and decode various data formats.
(c) 2010 Nathan Hamiel Email: nathan{at}neohaxor{dot}org Hexsec Labs: http://hexsec.com/labs
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
|
|||
URL encode the specifed value. Example Format: Hello%20World |
Full URL Hex encode the specified value. Example Format: %48%65%6c%6c%6f%20%57%6f%72%6c%64 |
Base64 encode the specified value. Example Format: SGVsbG8gV29ybGQ= |
Encode value to Hex. Example Format: 48656c6c6f2576f726c64 |
Encode value to a Hex entitiy. Example Format: Hello |
Unicode encode the specified value in the %u00 format. Example: %u0048%u0065%u006c%u006c%u006f%u0020%u0057%u006f%u0072%u006c%u0064 |
Escape the specified HTML/XML value. Example Format: Hello&World |
md5 hash the specified value. Example Format: b10a8db164e0754105b7a99be72e3fe5 |
sha1 hash the specified value. Example Format: 0a4d55a8d778e5022fab701977c5d840bbc486d0 |
SQL char encode the specified value. Example Format: CHAR(72)+CHAR(101)+CHAR(108)+CHAR(108)+CHAR(111) |
Convert input to decimal value. Example Format: 721011081081113287111114108100 |
Convert input to a decimal entity. Example Format: Hello World |
Perform ROT13 encoding on the specified value. Example Format: Uryyb Jbeyq |
URL Decode the specified value. Example Format: Hello%20World |
Full URL decode the specified value. Example Format: %48%65%6c%6c%6f%20%57%6f%72%6c%64 |
Base64 decode the specified value. Example Format: SGVsbG8gV29ybGQ= |
Hex decode the specified value. Example Format: 48656c6c6f2576f726c64 |
Hex entity decode the specified value. Example Format: Hello |
Unicode decode the specified value %u00 format. Example Format: %u0048%u0065%u006c%u006c%u006f%u0020%u0057%u006f%u0072%u006c%u0064 |
ROT13 decode the specified value. Example Format: Uryyb Jbeyq |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Oct 20 23:04:09 2010 | http://epydoc.sourceforge.net |