Home page logo
/
Intro Reference Guide Book Install Guide
Download Changelog Zenmap GUI Docs
Bug Reports OS Detection Propaganda Related Projects
In the Movies In the News

Sponsors

SolarWinds makes easy-to-use enterprise IT management software to help IT pros solve problems every day and help to enable efficient and effective management of networks and IT environments.

Join our online community of over 100,000 IT professionals talking shop. Get involved. Gain insights. Share tips and tricks. Visit thwack today!


Library base64

Base64 encoding and decoding. Follows RFC 4648.

Author:
Philip Pickering <pgpickering@gmail.com>

Copyright© Same as Nmap--See http://nmap.org/book/man-legal.html

Source: http://nmap.org/svn/nselib/base64.lua

Functions

dec (b64data)

Decodes Base64-encoded data.

enc (bdata)

Encodes a string to Base64.



Functions

dec (b64data)

Decodes Base64-encoded data.

Parameters

  • b64data: Base64 encoded data.

Return value:

Decoded data.
enc (bdata)

Encodes a string to Base64.

Parameters

  • bdata: Data to be encoded.

Return value:

Base64-encoded string.

Nmap Site Navigation

Intro Reference Guide Book Install Guide
Download Changelog Zenmap GUI Docs
Bug Reports OS Detection Propaganda Related Projects
In the Movies In the News
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]